Passed
Pull Request — master (#4)
by Aidyn
06:40 queued 02:58
created
src/EventSauceTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.