Passed
Push — main ( 8c8036...e661e6 )
by Justin
03:31
created
src/OptionBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      */
95 95
     public function hasMode(int $mode): bool
96 96
     {
97
-        return ($this->mode & $mode) ? true : false;
97
+        return ($this->mode&$mode) ? true : false;
98 98
     }
99 99
 
100 100
     /**
Please login to merge, or discard this patch.