@@ -53,6 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Get total edit counts for the top 10 projects for this user. |
55 | 55 | * @param string $username The username. |
56 | + * @param string $projectUrl |
|
56 | 57 | * @return string[] Elements are arrays with 'dbName', 'url', 'name', and 'total'. |
57 | 58 | */ |
58 | 59 | public function getTopProjectsEditCounts($projectUrl, $username, $numProjects = 10) |
@@ -176,7 +177,7 @@ discard block |
||
176 | 177 | |
177 | 178 | /** |
178 | 179 | * |
179 | - * @param $username |
|
180 | + * @param string $username |
|
180 | 181 | * @return integer |
181 | 182 | */ |
182 | 183 | public function getPageCounts($username, $totalRevisions) |