@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | // Now, let's order the differences by crap order. |
62 | 62 | usort($differences, function(Difference $d1, Difference $d2) { |
63 | - return $d2->getCrapScore() <=> $d1->getCrapScore(); |
|
63 | + return $d2->getCrapScore() <=> $d1->getCrapScore(); |
|
64 | 64 | }); |
65 | 65 | |
66 | 66 | // Now, let's limit the number of returned differences |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
10 | 10 | use TheCodingMachine\WashingMachine\Clover\CloverFile; |
11 | 11 | use TheCodingMachine\WashingMachine\Clover\Crap4JFile; |
12 | -use TheCodingMachine\WashingMachine\Clover\CrapMethodFetcherInterface; |
|
13 | 12 | use TheCodingMachine\WashingMachine\Clover\CrapMethodMerger; |
14 | 13 | use TheCodingMachine\WashingMachine\Clover\DiffService; |
15 | 14 | use TheCodingMachine\WashingMachine\Clover\EmptyCloverFile; |