@@ -101,7 +101,7 @@ |
||
101 | 101 | /** |
102 | 102 | * @param string $projectName |
103 | 103 | * @param string $branchName |
104 | - * @return array |
|
104 | + * @return string |
|
105 | 105 | * @throws BuildNotFoundException |
106 | 106 | */ |
107 | 107 | public function getLatestBuildFromBranch(string $projectName, string $branchName) : array |
@@ -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; |