Completed
Push — master ( 16cddc...2d7a7b )
by Andrew
02:37
created
src/Emitter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,12 +28,12 @@
 block discarded – undo
28 28
         foreach ($this->listeners as $listener) {
29 29
             $methods = $this->inflector->inflect($event, $listener);
30 30
 
31
-            if (! is_array($methods)) {
31
+            if (!is_array($methods)) {
32 32
                 $methods = [$methods];
33 33
             }
34 34
 
35 35
             foreach ($methods as $method) {
36
-                if (! method_exists($listener, $method)) {
36
+                if (!method_exists($listener, $method)) {
37 37
                     continue;
38 38
                 }
39 39
 
Please login to merge, or discard this patch.