Completed
Push — master ( efc44e...835840 )
by Pablo
02:59
created
Module/PhpCsFixer/Tests/Infrastructure/PhpCsFixerToolProcessorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     private $phpCsFixerToolProcessor;
16 16
 
17 17
     /**
18
-     * @return MockInterface|PhpCsFixerToolProcessor
18
+     * @return PhpCsFixerToolProcessorInterface
19 19
      */
20 20
     protected function getPhpCsFixerToolProcessor()
21 21
     {
Please login to merge, or discard this patch.
Module/PhpLint/Tests/Infrastructure/PhpLintToolProcessorTrait.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 $phpLintToolProcessor;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|PhpLintToolProcessorInterface
16
+     * @return PhpLintToolProcessorInterface
17 17
      */
18 18
     protected function getPhpLintToolProcessor()
19 19
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/PhpMd/Tests/Infrastructure/PhpMdToolProcessorTrait.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 $phpMdToolProcessor;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|PhpMdToolProcessorInterface
16
+     * @return PhpMdToolProcessorInterface
17 17
      */
18 18
     protected function getPhpMdToolProcessor()
19 19
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/PhpUnit/Tests/Infrastructure/PhpUnitProcessorTrait.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 $phpUnitProcessor;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|PhpUnitProcessorInterface
16
+     * @return PhpUnitProcessorInterface
17 17
      */
18 18
     protected function getPhpUnitProcessor()
19 19
     {
Please login to merge, or discard this patch.
src/PhpGitHooks/Module/Shared/Tests/Infrastructure/CommandBusTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     private $commandBus;
16 16
 
17 17
     /**
18
-     * @return \Mockery\MockInterface|CommandBus
18
+     * @return CommandBus
19 19
      */
20 20
     protected function getCommandBus()
21 21
     {
Please login to merge, or discard this patch.
src/PhpGitHooks/Module/Shared/Tests/Infrastructure/InputInterfaceTrait.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 $input;
15 15
 
16 16
     /**
17
-     * @return \Mockery\MockInterface|InputInterface
17
+     * @return InputInterface
18 18
      */
19 19
     protected function getInput()
20 20
     {
Please login to merge, or discard this patch.
src/PhpGitHooks/Module/Shared/Tests/Infrastructure/QueryBusTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     private $queryBus;
16 16
 
17 17
     /**
18
-     * @return \Mockery\MockInterface|QueryBus
18
+     * @return QueryBus
19 19
      */
20 20
     protected function getQueryBus()
21 21
     {
Please login to merge, or discard this patch.
Module/Git/Tests/Infrastructure/PrePushOriginalExecutorTrait.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 $prePushOriginalExecutor;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|PrePushOriginalExecutorInterface
16
+     * @return PrePushOriginalExecutorInterface
17 17
      */
18 18
     protected function getPrePushOriginalExecutor()
19 19
     {
Please login to merge, or discard this patch.
Module/PhpUnit/Tests/Infrastructure/StrictCoverageProcessorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.