Skip to content

Commit 3f93ee7

Browse files
committed
Convert tabs to spaces
1 parent fc2bd55 commit 3f93ee7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/Github/Api/Repo.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ 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-
/**
55+
/**
5656
* Get contributor commit statistics for a repository
5757
* @link http://developer.github.com/v3/repos/statistics/#contributors
5858
*
@@ -61,10 +61,10 @@ public function activity($username, $repository)
6161
*
6262
* @return array list of contributors and their commit statistics
6363
*/
64-
public function statistics($username, $repository)
65-
{
66-
return $this->get('repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/stats/contributors');
67-
}
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)