Skip to content

Commit 6df2deb

Browse files
committed
Fixed formatting in PHPDoc
1 parent 22a09e8 commit 6df2deb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/Github/Api/Repo.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@ public function watchers($username, $repository, $page = 1)
336336
* Perform a merge
337337
* @link http://developer.github.com/v3/repos/merging/
338338
*
339-
* @param string $username
340-
* @param string $repository
341-
* @param string $base The name of the base branch that the head will be merged into.
342-
* @param string $head The head to merge. This can be a branch name or a commit SHA1.
343-
* @param string $message Commit message to use for the merge commit. If omitted, a default message will be used.
339+
* @param string $username
340+
* @param string $repository
341+
* @param string $base The name of the base branch that the head will be merged into.
342+
* @param string $head The head to merge. This can be a branch name or a commit SHA1.
343+
* @param string $message Commit message to use for the merge commit. If omitted, a default message will be used.
344344
*
345345
* @return array|null
346346
*/

0 commit comments

Comments
 (0)