Passed
Pull Request — master (#2)
by Sheldon
11:32 queued 05:16
created
app/Http/Controllers/Backend/Tools/ApiTester/ApiTesterController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         }
75 75
         $parameters = array_filter(
76 76
             $parameters,
77
-            function ($key) {
77
+            function($key) {
78 78
                 return $key !== '';
79 79
             },
80 80
             ARRAY_FILTER_USE_KEY
Please login to merge, or discard this patch.