@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Composer\IO\IOInterface; |
| 6 | 6 | use PhpGitHooks\Module\Configuration\Domain\Execute; |
| 7 | -use PhpGitHooks\Module\Configuration\Domain\PhpUnit; |
|
| 8 | 7 | use PhpGitHooks\Module\Configuration\Domain\PhpUnitStrictCoverage; |
| 9 | 8 | use PhpGitHooks\Module\Configuration\Service\HookQuestions; |
| 10 | 9 | use PhpGitHooks\Module\Configuration\Service\PreCommitProcessor; |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | private $strictCoverageProcessor; |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @return \Mockery\MockInterface|StrictCoverageProcessorInterface |
|
| 18 | + * @return StrictCoverageProcessorInterface |
|
| 19 | 19 | */ |
| 20 | 20 | protected function getStrictCoverageProcessor() |
| 21 | 21 | { |