@@ -99,7 +99,7 @@ |
||
99 | 99 | |
100 | 100 | public function orderBy($key, string $order = 'ASC'): QueryInterface |
101 | 101 | { |
102 | - if ($order !== 'DESC' && $order !== 'ASC') { |
|
102 | + if ($order !== 'DESC'&&$order !== 'ASC') { |
|
103 | 103 | throw new InvalidArgumentException('Invalid order value'); |
104 | 104 | } |
105 | 105 |