Passed
Pull Request — master (#11)
by Lesnykh
10:29 queued 04:37
created
src/InfiniteBitmask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.