@@ -35,8 +35,7 @@ |
||
| 35 | 35 | do { |
| 36 | 36 | $direction = $tokenStream->expect([Token::T_PLUS, Token::T_MINUS]); |
| 37 | 37 | $fields[$this->fieldNameParser->parse($tokenStream)] = $direction->test(Token::T_PLUS) ? |
| 38 | - SortNode::SORT_ASC : |
|
| 39 | - SortNode::SORT_DESC; |
|
| 38 | + SortNode::SORT_ASC : SortNode::SORT_DESC; |
|
| 40 | 39 | |
| 41 | 40 | if (!$tokenStream->nextIf(Token::T_COMMA)) { |
| 42 | 41 | break; |