@@ -94,7 +94,7 @@ |
||
94 | 94 | |
95 | 95 | public function orderBy($key, string $order = 'ASC') : QueryInterface |
96 | 96 | { |
97 | - if ($order !== 'DESC' && $order !== 'ASC') { |
|
97 | + if ($order !== 'DESC'&&$order !== 'ASC') { |
|
98 | 98 | throw new InvalidArgumentException('Invalid order value'); |
99 | 99 | } |
100 | 100 |