Completed
Push — master ( be0f4b...3d6dee )
by Pablo
02:31
created
Module/Configuration/Tests/Infrastructure/ConfigurationFileReaderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Module/Configuration/Tests/Infrastructure/ConfigurationFileWriterTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/Configuration/Tests/Infrastructure/HookCopierTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/Configuration/Tests/Infrastructure/IoInterfaceTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/Git/Tests/Infrastructure/CommitMessageFinderTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Module/Git/Tests/Infrastructure/FilesCommittedExtractorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/PhpGitHooks/Module/Git/Tests/Infrastructure/MergeValidatorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/Git/Tests/Infrastructure/ToolTitleOutputWriterTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/JsonLint/Tests/Infrastructure/JsonLintProcessorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.