Passed
Pull Request — 2.6 (#7803)
by
unknown
07:11
created
lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
             if ($item->expression instanceof Node) {
103 103
                 $AST->selectClause->selectExpressions[] = new SelectExpression(
104 104
                     $this->createSelectExpressionItem($item->expression),
105
-                    '_dctrn_ord' . $this->_aliasCounter++
105
+                    '_dctrn_ord'.$this->_aliasCounter++
106 106
                 );
107 107
 
108 108
                 continue;
Please login to merge, or discard this patch.