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