Passed
Push — 2.x ( 79255f...04295e )
by Terry
01:49
created
src/Firewall/Panel/Ajax.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @return bool
59 59
      */
60
-    public function __call($function , $args)
60
+    public function __call($function, $args)
61 61
     {
62 62
         $className = 'Shieldon\Firewall\Panel\Sandbox\\' . $function;
63 63
 
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
         $method = implode(
119 119
             '', 
120 120
             array_map(
121
-                function ($word) {
121
+                function($word) {
122 122
                     return ucwords($word); 
123 123
                 }, 
124 124
                 $method
Please login to merge, or discard this patch.