@@ -233,7 +233,7 @@ |
||
233 | 233 | $sorter = $this->sorterFactory->createSorter($this->collator); |
234 | 234 | } |
235 | 235 | |
236 | - if (! $this->isAsc) { |
|
236 | + if (!$this->isAsc) { |
|
237 | 237 | return new Desc($sorter); |
238 | 238 | } |
239 | 239 |