Passed
Branch main (109ef1)
by Michael
11:23
created
src/Factory/MenuItem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         return new SectionMenuItem($label, $routeName, $routeParameters, $icon);
22 22
     }
23 23
 
24
-   public static function system(string $label, string $routeName, array $routeParameters = [], ?string $icon = null): SystemMenuItem
24
+    public static function system(string $label, string $routeName, array $routeParameters = [], ?string $icon = null): SystemMenuItem
25 25
     {
26 26
         return new SystemMenuItem($label, $routeName, $routeParameters, $icon);
27 27
     }
Please login to merge, or discard this patch.