Passed
Push — main ( 65a162...e4a7e7 )
by Breno
02:11
created
src/RuleSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
     private function stopSign(Rule $rule, Result $result): int
74 74
     {
75
-        if (! $rule instanceof Stoppable) {
75
+        if (!$rule instanceof Stoppable) {
76 76
             return StopSign::DONT_STOP;
77 77
         }
78 78
 
Please login to merge, or discard this patch.