Completed
Push — master ( 30874d...ed8031 )
by Pablo
02:56
created
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.
src/PhpGitHooks/Infrastructure/CommandBus/QueryBus/QueryBus.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * @param QueryInterface $query
33 33
      *
34
-     * @return mixed
34
+     * @return string|boolean
35 35
      */
36 36
     public function handle(QueryInterface $query)
37 37
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/Configuration/Contract/Response/PreCommitResponse.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     }
100 100
 
101 101
     /**
102
-     * @return string
102
+     * @return boolean
103 103
      */
104 104
     public function getRightMessage()
105 105
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @return bool
118
+     * @return string
119 119
      */
120 120
     public function isComposer()
121 121
     {
Please login to merge, or discard this patch.
Module/JsonLint/Tests/Behaviour/JsonLintToolCommandHandlerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.