@@ -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 | { |
@@ -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; |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * @param QueryInterface $query |
33 | 33 | * |
34 | - * @return mixed |
|
34 | + * @return string |
|
35 | 35 | */ |
36 | 36 | public function handle(QueryInterface $query) |
37 | 37 | { |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use PhpGitHooks\Module\Configuration\Tests\Infrastructure\ConfigurationUnitTestCase; |
10 | 10 | use PhpGitHooks\Module\Configuration\Tests\Stub\CommitMsgStub; |
11 | 11 | use PhpGitHooks\Module\Configuration\Tests\Stub\ConfigStub; |
12 | -use PhpGitHooks\Module\Configuration\Tests\Stub\PhpUnitGuardCoverageResponseStub; |
|
13 | 12 | use PhpGitHooks\Module\Configuration\Tests\Stub\PreCommitStub; |
14 | 13 | use PhpGitHooks\Module\Configuration\Tests\Stub\PrePushStub; |
15 | 14 |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $gitIgnoreFileReader; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|ReaderInterface |
|
16 | + * @return ReaderInterface |
|
17 | 17 | */ |
18 | 18 | protected function getGitIgnoreFileReader() |
19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $writer; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|WriterInterface |
|
16 | + * @return WriterInterface |
|
17 | 17 | */ |
18 | 18 | protected function getWriter() |
19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $guardCoverageFileReader; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|GuardCoverageFileReaderInterface |
|
16 | + * @return GuardCoverageFileReaderInterface |
|
17 | 17 | */ |
18 | 18 | protected function getGuardCoverageFileReader() |
19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $guardCoverageFileWriter; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|GuardCoverageFileWriterInterface |
|
16 | + * @return GuardCoverageFileWriterInterface |
|
17 | 17 | */ |
18 | 18 | protected function getGuardCoverageFileWriter() |
19 | 19 | { |