@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | protected function getBitIndex(int $bit): int |
59 | 59 | { |
60 | - return (int)($bit / (PHP_INT_SIZE * 8)); |
|
60 | + return (int) ($bit / (PHP_INT_SIZE * 8)); |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |