Completed
Push — master ( 234a0f...a11004 )
by Tomáš
17:21
created
src/Webcook/Cms/CoreBundle/Entity/MenuContentProviderSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     public function setDirectChildren(Bool $directChildren)
37 37
     {
38
-        $this->directChildren=$directChildren;
38
+        $this->directChildren = $directChildren;
39 39
 
40 40
         return $this;
41 41
     }
Please login to merge, or discard this patch.