Completed
Pull Request — master (#236)
by
unknown
06:11
created
Tests/RunnerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return ReporterInterface
46
+     * @return \PHPUnit\Framework\MockObject\MockObject
47 47
      */
48 48
     private function createMockReporter()
49 49
     {
Please login to merge, or discard this patch.
Check/SymfonyVersion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @param $url
98
+     * @param string $url
99 99
      *
100 100
      * @return array
101 101
      *
Please login to merge, or discard this patch.