Skip to content

Commit def1ed9

Browse files
committed
Merge pull request #200 from bcrowe/fix-spaces
Convert tabs to spaces
2 parents fc2bd55 + a6886d0 commit def1ed9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

lib/Github/Api/Repo.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ public function find($keyword, array $params = array())
4949
*/
5050
public function activity($username, $repository)
5151
{
52-
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/stats/commit_activity');
52+
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/stats/commit_activity');
5353
}
5454

55-
/**
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-
*/
64-
public function statistics($username, $repository)
65-
{
66-
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/stats/contributors');
67-
}
55+
/**
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+
*/
64+
public function statistics($username, $repository)
65+
{
66+
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/stats/contributors');
67+
}
6868

6969
/**
7070
* List all repositories for an organization

0 commit comments

Comments
 (0)