Passed
Push — master ( b256e5...d776af )
by Peter
02:28
created
src/Events/Listeners/NavigationBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         $dropdown[] = $this->createUserGroupItem();
59 59
         $dropdown[] = $this->createLogoutItem();
60 60
 
61
-        $item   = $this->createUserItem();
61
+        $item = $this->createUserItem();
62 62
         $item->setIntent(Item::INTENT_DROPDOWN);
63 63
         $item->setAttribute(Html5::ATTR_ID, 'nav-users');
64 64
         $item[0]->setAttribute(Html5::ATTR_HREF, 'javascript:void(0);');
Please login to merge, or discard this patch.