Passed
Push — master ( 143e96...0b7c6c )
by Peter
06:22
created
src/Events/Listeners/NavigationBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             return;
42 42
         }
43 43
 
44
-        $item   = $this->createContactItem();
44
+        $item = $this->createContactItem();
45 45
 
46 46
         $navigation->addItem($item, static::BASE_WEIGHT);
47 47
     }
Please login to merge, or discard this patch.