Completed
Push — 2.0 ( 0e31b0...2e5539 )
by David
02:29
created
src/Clover/DiffService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Gitlab/BuildService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace TheCodingMachine\WashingMachine\Gitlab;
3 3
 use Gitlab\Client;
4
-use GuzzleHttp\Psr7\Stream;
5 4
 use GuzzleHttp\Psr7\StreamWrapper;
6 5
 use Symfony\Component\Filesystem\Filesystem;
7 6
 
Please login to merge, or discard this patch.