Passed
Pull Request — master (#142)
by Iman
37:51 queued 27:50
created
src/Plugins/Conditions/Gate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     {
12 12
         $gate = $this->defineNewGate($gate);
13 13
 
14
-        return function (...$payload) use ($gate, $parameters) {
14
+        return function(...$payload) use ($gate, $parameters) {
15 15
             return GateFacade::allows($gate, array_merge($parameters, ...$payload));
16 16
         };
17 17
     }
Please login to merge, or discard this patch.