@@ -217,7 +217,7 @@ |
||
217 | 217 | $sorter = new Asc($comparator); |
218 | 218 | } |
219 | 219 | |
220 | - if (! $this->isAsc) { |
|
220 | + if (!$this->isAsc) { |
|
221 | 221 | return new Desc($sorter); |
222 | 222 | } |
223 | 223 |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * @param mixed $first |
32 | 32 | * @param mixed $second |
33 | 33 | */ |
34 | - static function ($first, $second) use ($comparable): int { |
|
34 | + static function($first, $second) use ($comparable): int { |
|
35 | 35 | return $comparable->compare($first, $second); |
36 | 36 | } |
37 | 37 | ); |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * @param mixed $first |
32 | 32 | * @param mixed $second |
33 | 33 | */ |
34 | - static function ($first, $second) use ($comparable): int { |
|
34 | + static function($first, $second) use ($comparable): int { |
|
35 | 35 | return $comparable->compare($first, $second); |
36 | 36 | } |
37 | 37 | ); |