Skip to content

Commit ed37a0d

Browse files
committed
fix indent
related #200
1 parent 3f93ee7 commit ed37a0d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/Github/Api/Repo.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ public function activity($username, $repository)
5353
}
5454

5555
/**
56-
* Get contributor commit statistics for a repository
57-
* @link http://developer.github.com/v3/repos/statistics/#contributors
58-
*
59-
* @param string $username the user who owns the repository
60-
* @param string $repository the name of the repository
61-
*
62-
* @return array list of contributors and their commit statistics
63-
*/
56+
* Get contributor commit statistics for a repository
57+
* @link http://developer.github.com/v3/repos/statistics/#contributors
58+
*
59+
* @param string $username the user who owns the repository
60+
* @param string $repository the name of the repository
61+
*
62+
* @return array list of contributors and their commit statistics
63+
*/
6464
public function statistics($username, $repository)
6565
{
6666
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/stats/contributors');

0 commit comments

Comments
 (0)