Passed
Branch main (3c1b6b)
by Justin
14:07
created
src/OptionBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     public function hasMode(int $mode): bool
53 53
     {
54
-        return $this->mode & $mode;
54
+        return $this->mode&$mode;
55 55
     }
56 56
 
57 57
     protected function removeMode(int $mode): OptionBuilder
Please login to merge, or discard this patch.