Completed
Pull Request — master (#155)
by Aydin
01:54
created
src/Builder/SplitItemBuilder.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -65,10 +65,10 @@
 block discarded – undo
65 65
         $menu->setParent($this->menu);
66 66
 
67 67
         $this->splitItem->addItem(new MenuMenuItem(
68
-             $text,
69
-             $menu,
70
-             $builder->isMenuDisabled()
71
-         ));
68
+                $text,
69
+                $menu,
70
+                $builder->isMenuDisabled()
71
+            ));
72 72
         
73 73
         return $this;
74 74
     }
Please login to merge, or discard this patch.