Test Failed
Push — master ( e9376b...ed8bc2 )
by wannanbigpig
04:20 queued 01:49
created
src/Notify/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      */
52 52
     public function __call($name, $arguments)
53 53
     {
54
-        return call_user_func([$this, $name], ...$arguments);
54
+        return call_user_func([ $this, $name ], ...$arguments);
55 55
     }
56 56
 
57 57
     /**
Please login to merge, or discard this patch.