Passed
Push — master ( cbcb8a...d668b7 )
by Peter
03:33
created
src/Events/Listeners/NavigationBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
         $text = 'admin:logout';
148 148
         $icon = 'settings_power';
149 149
 
150
-        $button   = $this->buttonFactory->createFromName($text, Routes::ROUTE_LOGOUT, [], $icon);
150
+        $button = $this->buttonFactory->createFromName($text, Routes::ROUTE_LOGOUT, [], $icon);
151 151
 
152 152
         $item = new Item($button);
153 153
 
Please login to merge, or discard this patch.