@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | * |
| 128 | 128 | * @param string $name file name |
| 129 | 129 | * @param string|null $folder folder name |
| 130 | - * @param null $content content |
|
| 130 | + * @param null|string $content content |
|
| 131 | 131 | * @param Repository $repository repository to add file to |
| 132 | 132 | * |
| 133 | 133 | * @return void |
@@ -285,6 +285,17 @@ discard block |
||
| 285 | 285 | ); |
| 286 | 286 | } |
| 287 | 287 | |
| 288 | + /** |
|
| 289 | + * @param string $sha |
|
| 290 | + * @param string $tree |
|
| 291 | + * @param string $author |
|
| 292 | + * @param string $committer |
|
| 293 | + * @param string $emailAuthor |
|
| 294 | + * @param string $emailCommitter |
|
| 295 | + * @param string $datetimeAuthor |
|
| 296 | + * @param string $datetimeCommitter |
|
| 297 | + * @param string $message |
|
| 298 | + */ |
|
| 288 | 299 | protected function doCommitTest( |
| 289 | 300 | Commit $commit, |
| 290 | 301 | $sha, |