Passed
Branch master (2c5818)
by Pablo
02:44
created
src/IgnoreFiles/Tests/BaseUnitTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @return \Mockery\MockInterface|FileReader
25
+     * @return FileReader
26 26
      */
27 27
     protected function getFileReader()
28 28
     {
Please login to merge, or discard this patch.
src/IgnoreFiles/Tests/Service/IgnoreEntrySearcherTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     }
19 19
 
20 20
     /**
21
-     * @return array
21
+     * @return string[]
22 22
      */
23 23
     public function ignoreDataProvide()
24 24
     {
Please login to merge, or discard this patch.