@@ -67,7 +67,7 @@ |
||
67 | 67 | public function fetchData(): void |
68 | 68 | { |
69 | 69 | foreach (array_reverse($this->sorters) as list($colName, $direction)) { |
70 | - $dir = IOrder::ORDER_ASC == $direction ? SORT_ASC : SORT_DESC ; |
|
70 | + $dir = IOrder::ORDER_ASC == $direction ? SORT_ASC : SORT_DESC; |
|
71 | 71 | $this->yiiFluent->addOrderBy([$colName, $dir]); |
72 | 72 | } |
73 | 73 | if (!is_null($this->offset)) { |