Completed
Push — master ( cbfed7...c39fb6 )
by Rafael
05:06
created
src/Query/Node/AllNodes.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
         $paramName = 'root'.mt_rand();
101 101
         $qb->andWhere(sprintf('%s.%s = :%s', $this->queryAlias, $parentField, $paramName))
102
-           ->setParameter($paramName, $root);
102
+            ->setParameter($paramName, $root);
103 103
     }
104 104
 
105 105
     /**
Please login to merge, or discard this patch.