Completed
Push — master ( a8a22b...7530df )
by Pablo
27s
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.
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.
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
35 35
      */
36 36
     public function handle(QueryInterface $query)
37 37
     {
Please login to merge, or discard this patch.
PhpGitHooks/Module/Git/Tests/Infrastructure/GitIgnoreFileReaderTrait.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 $gitIgnoreFileReader;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|ReaderInterface
16
+     * @return ReaderInterface
17 17
      */
18 18
     protected function getGitIgnoreFileReader()
19 19
     {
Please login to merge, or discard this patch.
src/PhpGitHooks/Module/Git/Tests/Infrastructure/WriterInterfaceTrait.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 $writer;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|WriterInterface
16
+     * @return WriterInterface
17 17
      */
18 18
     protected function getWriter()
19 19
     {
Please login to merge, or discard this patch.
Module/PhpUnit/Tests/Infrastructure/GuardCoverageFileReaderTrait.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 $guardCoverageFileReader;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|GuardCoverageFileReaderInterface
16
+     * @return GuardCoverageFileReaderInterface
17 17
      */
18 18
     protected function getGuardCoverageFileReader()
19 19
     {
Please login to merge, or discard this patch.
Module/PhpUnit/Tests/Infrastructure/GuardCoverageFileWriterTrait.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 $guardCoverageFileWriter;
14 14
 
15 15
     /**
16
-     * @return \Mockery\MockInterface|GuardCoverageFileWriterInterface
16
+     * @return GuardCoverageFileWriterInterface
17 17
      */
18 18
     protected function getGuardCoverageFileWriter()
19 19
     {
Please login to merge, or discard this patch.