Passed
Push — master ( c36d1c...95ab87 )
by Claudio
01:57
created
src/SorterBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
             $sorter = new Asc($this->collator, Collator::SORT_STRING);
209 209
         }
210 210
 
211
-        if (! $this->isAsc) {
211
+        if (!$this->isAsc) {
212 212
             $sorter = new Desc($sorter);
213 213
         }
214 214
 
Please login to merge, or discard this patch.