@@ -68,7 +68,7 @@ |
||
| 68 | 68 | public function fetchData(): void |
| 69 | 69 | { |
| 70 | 70 | foreach (array_reverse($this->sorters) as list($colName, $direction)) { |
| 71 | - $dir = IOrder::ORDER_ASC == $direction ? 'asc' : 'desc' ; |
|
| 71 | + $dir = IOrder::ORDER_ASC == $direction ? 'asc' : 'desc'; |
|
| 72 | 72 | $this->queryBuilder->orderBy($colName, $dir); |
| 73 | 73 | } |
| 74 | 74 | if (!is_null($this->offset)) { |