Passed
Push — main ( 7d69bc...78c7c2 )
by Michael
02:05
created
src/Services/Resolver/AbstractMenuResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
             $selectedSubnavItem = [$selectedSubnavItem];
96 96
         }
97 97
 
98
-        $this->selectedSubnavItem  = $selectedSubnavItem;
98
+        $this->selectedSubnavItem = $selectedSubnavItem;
99 99
     }
100 100
 
101 101
     protected function getHandle(MenuInterface|MenuItemInterface $class): string
Please login to merge, or discard this patch.