Passed
Push — devel-3.0 ( 2fc71e...3e43d6 )
by Rubén
03:39
created
app/modules/web/Controllers/Helpers/LayoutHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@
 block discarded – undo
337 337
                 'route' => Acl::getActionRoute(ActionsInterface::PLUGIN)
338 338
             ]);
339 339
 
340
-            $actions[] =  $actionPlugins;
340
+            $actions[] = $actionPlugins;
341 341
         }
342 342
 
343 343
         if ($acl->checkUserAccess(ActionsInterface::CONFIG)) {
Please login to merge, or discard this patch.