@@ -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 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * @param QueryInterface $query |
33 | 33 | * |
34 | - * @return mixed |
|
34 | + * @return string|boolean |
|
35 | 35 | */ |
36 | 36 | public function handle(QueryInterface $query) |
37 | 37 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PhpGitHooks\Module\JsonLint\Tests\Behaviour; |
4 | 4 | |
5 | -use PhpGitHooks\Module\Configuration\Tests\Stub\ConfigurationDataResponseStub; |
|
6 | 5 | use PhpGitHooks\Module\Configuration\Tests\Stub\PreCommitResponseStub; |
7 | 6 | use PhpGitHooks\Module\Files\Contract\Query\JsonFilesExtractorQuery; |
8 | 7 | use PhpGitHooks\Module\Files\Tests\Stub\JsonFilesResponseStub; |