@@ -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 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace TheCodingMachine\WashingMachine\Gitlab; |
3 | 3 | use Gitlab\Client; |
4 | 4 | use Gitlab\ResultPager; |
5 | -use GuzzleHttp\Psr7\Stream; |
|
6 | 5 | use GuzzleHttp\Psr7\StreamWrapper; |
7 | 6 | use Psr\Log\LoggerInterface; |
8 | 7 | use Symfony\Component\Filesystem\Filesystem; |