Passed
Push — master ( 0362f6...c4bc93 )
by Arthur
04:24 queued 11s
created
src/Action.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,9 @@
 block discarded – undo
60 60
         $this->resolveIncludes();
61 61
         $this->resolveBeforeHook();
62 62
 
63
-        if ($authorization)
64
-            $this->resolveAuthorization();
63
+        if ($authorization) {
64
+                    $this->resolveAuthorization();
65
+        }
65 66
 
66 67
         $this->resolveValidation();
67 68
         try {
Please login to merge, or discard this patch.