@@ -151,7 +151,7 @@ |
||
| 151 | 151 | protected function when(...$arguments) |
| 152 | 152 | { |
| 153 | 153 | try { |
| 154 | - if (! method_exists($this, 'handle')) { |
|
| 154 | + if (!method_exists($this, 'handle')) { |
|
| 155 | 155 | throw new LogicException(sprintf('Class %s is missing a ::handle method.', get_class($this))); |
| 156 | 156 | } |
| 157 | 157 | |