@@ -5,14 +5,9 @@ |
||
5 | 5 | use PhpGitHooks\Module\Configuration\Contract\Query\ConfigurationDataFinderQuery; |
6 | 6 | use PhpGitHooks\Module\Configuration\Contract\QueryHandler\ConfigurationDataFinderQueryHandler; |
7 | 7 | use PhpGitHooks\Module\Configuration\Contract\Response\ConfigurationDataResponse; |
8 | -use PhpGitHooks\Module\Configuration\Domain\PhpCs; |
|
9 | -use PhpGitHooks\Module\Configuration\Domain\PhpCsFixer; |
|
10 | -use PhpGitHooks\Module\Configuration\Domain\PhpUnit; |
|
11 | 8 | use PhpGitHooks\Module\Configuration\Service\ConfigurationDataFinder; |
12 | -use PhpGitHooks\Module\Configuration\Service\HookQuestions; |
|
13 | 9 | use PhpGitHooks\Module\Configuration\Tests\Infrastructure\ConfigurationUnitTestCase; |
14 | 10 | use PhpGitHooks\Module\Configuration\Tests\Stub\CommitMsgStub; |
15 | -use PhpGitHooks\Module\Configuration\Tests\Stub\ConfigArrayDataStub; |
|
16 | 11 | use PhpGitHooks\Module\Configuration\Tests\Stub\ConfigStub; |
17 | 12 | use PhpGitHooks\Module\Configuration\Tests\Stub\PreCommitStub; |
18 | 13 |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use PhpGitHooks\Module\Configuration\Contract\CommandHandler\ConfigurationProcessorCommandHandler; |
7 | 7 | use PhpGitHooks\Module\Configuration\Service\CommitMsgProcessor; |
8 | 8 | use PhpGitHooks\Module\Configuration\Service\ConfigurationArrayTransformer; |
9 | -use PhpGitHooks\Module\Configuration\Service\ConfigurationDataFinder; |
|
10 | 9 | use PhpGitHooks\Module\Configuration\Service\ConfigurationProcessor; |
11 | 10 | use PhpGitHooks\Module\Configuration\Service\HookQuestions; |
12 | 11 | use PhpGitHooks\Module\Configuration\Service\PreCommitProcessor; |
@@ -14,7 +14,7 @@ |
||
14 | 14 | private $configurationFileReader; |
15 | 15 | |
16 | 16 | /** |
17 | - * @return \Mockery\MockInterface|ConfigurationFileReaderInterface |
|
17 | + * @return ConfigurationFileReaderInterface |
|
18 | 18 | */ |
19 | 19 | protected function getConfigurationFileReader() |
20 | 20 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $configurationFileWriter; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|ConfigurationFileWriterInterface |
|
16 | + * @return ConfigurationFileWriterInterface |
|
17 | 17 | */ |
18 | 18 | protected function getConfigurationFileWriter() |
19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $hookCopier; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|HookCopier |
|
16 | + * @return HookCopier |
|
17 | 17 | */ |
18 | 18 | protected function getHookCopier() |
19 | 19 | { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | private $ioInterface; |
14 | 14 | /** |
15 | - * @return \Mockery\MockInterface|IOInterface |
|
15 | + * @return IOInterface |
|
16 | 16 | */ |
17 | 17 | protected function getIOInterface() |
18 | 18 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $commitMessageFinder; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|CommitMessageFinderInterface |
|
16 | + * @return CommitMessageFinderInterface |
|
17 | 17 | */ |
18 | 18 | protected function getCommitMessageFinder() |
19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $filesCommittedExtractor; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|FilesCommittedExtractor |
|
16 | + * @return FilesCommittedExtractor |
|
17 | 17 | */ |
18 | 18 | protected function getFilesCommittedExtractor() |
19 | 19 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $mergeValidator; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|MergeValidatorInterface |
|
16 | + * @return MergeValidatorInterface |
|
17 | 17 | */ |
18 | 18 | protected function getMergeValidator() |
19 | 19 | { |