File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ public function find($keyword, array $params = array())
49
49
*/
50
50
public function activity ($ username , $ repository )
51
51
{
52
- return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/stats/commit_activity ' );
52
+ return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/stats/commit_activity ' );
53
53
}
54
54
55
- /**
55
+ /**
56
56
* Get contributor commit statistics for a repository
57
57
* @link http://developer.github.com/v3/repos/statistics/#contributors
58
58
*
@@ -61,10 +61,10 @@ public function activity($username, $repository)
61
61
*
62
62
* @return array list of contributors and their commit statistics
63
63
*/
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
+ }
68
68
69
69
/**
70
70
* List all repositories for an organization
You can’t perform that action at this time.
0 commit comments