Passed
Push — master ( 2b46b9...8a14ce )
by Claudio
02:08
created
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.