Completed
Push — master ( aacea6...8e4f62 )
by Luís
18s
created
lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
         foreach ($AST->orderByClause->orderByItems as $item) {
101 101
             if ($item->expression instanceof PathExpression) {
102 102
                 $AST->selectClause->selectExpressions[] = new SelectExpression(
103
-                    $this->createSelectExpressionItem($item->expression), '_dctrn_ord' . $this->_aliasCounter++
103
+                    $this->createSelectExpressionItem($item->expression), '_dctrn_ord'.$this->_aliasCounter++
104 104
                 );
105 105
 
106 106
                 continue;
Please login to merge, or discard this patch.