mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-29 20:09:04 +01:00
Applied fixes from StyleCI
This commit is contained in:
parent
ceabe3f4f7
commit
635b6a57a9
@ -686,7 +686,7 @@ class StructTools
|
||||
$negative = false;
|
||||
}
|
||||
while ($number > 0) {
|
||||
$curchar = $this->posmod($number, 2);
|
||||
$curchar = $this->posmod($number, 2);
|
||||
$concat = $curchar.$concat;
|
||||
$number = (($number - $curchar) / 2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user