Completed
Pull Request — develop (#173)
by yun
17:23
created
tests/GitElephant/TestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     protected $finder;
52 52
 
53 53
     /**
54
-     * @param string|int|null $name the name or index of the repository
54
+     * @param integer $name the name or index of the repository
55 55
      *
56 56
      * @return \GitElephant\Repository
57 57
      */
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
     /**
258 258
      *
259 259
      * @param MockObject $repo
260
-     * @param string|array $output
260
+     * @param string[] $output
261 261
      * @return void
262 262
      */
263 263
     protected function addOutputToMockRepo(MockObject $repo, $output): void
Please login to merge, or discard this patch.