Failed Conditions
Pull Request — 2.6 (#7803)
by
unknown
06:17
created
lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
                 if ($expression instanceof PathExpression) {
117 117
                     $AST->selectClause->selectExpressions[] = new SelectExpression(
118 118
                         $this->createSelectExpressionItem($expression),
119
-                        '_dctrn_ord' . $this->_aliasCounter++
119
+                        '_dctrn_ord'.$this->_aliasCounter++
120 120
                     );
121 121
 
122 122
                     $hasPathExpression = true;
Please login to merge, or discard this patch.