Completed
Push — master ( 650b38...d04a86 )
by Jan
02:59
created
src/Services/TreeBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
         $tree_node = new TreeViewNode($element->getName(), $href, $children_nodes);
86 86
 
87
-        if($children_nodes != null) {
87
+        if ($children_nodes != null) {
88 88
             $tree_node->addTag((string) count($children_nodes));
89 89
         }
90 90
 
Please login to merge, or discard this patch.