Passed
Push — master ( 1babca...ba4eaa )
by Peter
02:19
created
src/Events/Listeners/NavigationBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $dropdown[] = $this->createBlockItem();
48 48
         $dropdown[] = $this->createBlockLayoutItem();
49 49
 
50
-        $item   = $this->createPageItem();
50
+        $item = $this->createPageItem();
51 51
         $item->setIntent(Item::INTENT_DROPDOWN);
52 52
         $item->setAttribute(Html5::ATTR_ID, 'nav-pages');
53 53
         $item[0]->setAttribute(Html5::ATTR_HREF, 'javascript:void(0);');
Please login to merge, or discard this patch.