@@ -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 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | private $toolTitleOutputWriter; |
14 | 14 | |
15 | 15 | /** |
16 | - * @return \Mockery\MockInterface|ToolTittleOutputWriter |
|
16 | + * @return ToolTittleOutputWriter |
|
17 | 17 | */ |
18 | 18 | protected function getToolTitleOutputWriter() |
19 | 19 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | private $jsonLintProcessor; |
15 | 15 | |
16 | 16 | /** |
17 | - * @return \Mockery\MockInterface|JsonLintProcessorInterface |
|
17 | + * @return JsonLintProcessorInterface |
|
18 | 18 | */ |
19 | 19 | protected function getJsonLintProcessor() |
20 | 20 | { |