@@ -124,7 +124,7 @@ discard block |
||
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 |
||
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, |