@@ -72,7 +72,7 @@ |
||
| 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 | |