Completed
Branch master (40a2e1)
by Tilita
02:18
created
Tree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
273 273
      */
274 274
     private function addLeftRight(array $items, $left = 1)
275 275
     {
276
-        $right = $left+1;
276
+        $right = $left + 1;
277 277
         foreach ($items as $item) {
278 278
             $item->setLeft($left);
279 279
             if ($item->hasChildren()) {
Please login to merge, or discard this patch.