Passed
Push — master ( 8a85d8...f1d9cd )
by Alex
10:07
created
Mezon/Application/CommonApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@
 block discarded – undo
274 274
     {
275 275
         $method = 'action' . basename($path, '.json');
276 276
 
277
-        $this->$method = function () use ($path): array {
277
+        $this->$method = function() use ($path): array {
278 278
             $result = [];
279 279
             $views = [];
280 280
             $presenter = null;
Please login to merge, or discard this patch.