File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ public function activity($username, $repository)
53
53
}
54
54
55
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
- */
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
64
public function statistics ($ username , $ repository )
65
65
{
66
66
return $ this ->get ('repos/ ' .rawurlencode ($ username ).'/ ' .rawurlencode ($ repository ).'/stats/contributors ' );
You can’t perform that action at this time.
0 commit comments