Completed
Branch guard_coverage (f2aaf0)
by Pablo
03:07
created
Configuration/Tests/Behaviour/ConfigurationDataFinderQueryHandlerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use PhpGitHooks\Module\Configuration\Tests\Infrastructure\ConfigurationUnitTestCase;
10 10
 use PhpGitHooks\Module\Configuration\Tests\Stub\CommitMsgStub;
11 11
 use PhpGitHooks\Module\Configuration\Tests\Stub\ConfigStub;
12
-use PhpGitHooks\Module\Configuration\Tests\Stub\PhpUnitGuardCoverageResponseStub;
13 12
 use PhpGitHooks\Module\Configuration\Tests\Stub\PreCommitStub;
14 13
 use PhpGitHooks\Module\Configuration\Tests\Stub\PrePushStub;
15 14
 
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.