Completed
Pull Request — develop (#165)
by
unknown
01:52
created
tests/GitElephant/TestCase.php 1 patch
Doc Comments   +12 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * @param string      $name       file name
127 127
      * @param string|null $folder     folder name
128
-     * @param null        $content    content
128
+     * @param null|string        $content    content
129 129
      * @param Repository  $repository repository to add file to
130 130
      *
131 131
      * @return void
@@ -281,6 +281,17 @@  discard block
 block discarded – undo
281 281
         return $mockRepo;
282 282
     }
283 283
 
284
+    /**
285
+     * @param string $sha
286
+     * @param string $tree
287
+     * @param string $author
288
+     * @param string $committer
289
+     * @param string $emailAuthor
290
+     * @param string $emailCommitter
291
+     * @param string $datetimeAuthor
292
+     * @param string $datetimeCommitter
293
+     * @param string $message
294
+     */
284 295
     protected function doCommitTest(
285 296
         Commit $commit,
286 297
         $sha,
Please login to merge, or discard this patch.