|
@@ -248,7 +248,6 @@ discard block |
|
|
block discarded – undo |
|
248
|
248
|
* Get a user's total edit count on one or more project. |
|
249
|
249
|
* Requires the CentralAuth extension to be installed on the project. |
|
250
|
250
|
* |
|
251
|
|
- * @param string $username The username. |
|
252
|
251
|
* @param Project $project The project to start from. |
|
253
|
252
|
* @return mixed[]|boolean Array of total edit counts, or false if none could be found. |
|
254
|
253
|
*/ |
|
@@ -295,7 +294,7 @@ discard block |
|
|
block discarded – undo |
|
295
|
294
|
|
|
296
|
295
|
/** |
|
297
|
296
|
* Get total edit counts for the top 10 projects for this user. |
|
298
|
|
- * @param string $username The username. |
|
|
297
|
+ * @param string $stopwatchName |
|
299
|
298
|
* @return string[] Elements are arrays with 'dbName', 'url', 'name', and 'total'. |
|
300
|
299
|
*/ |
|
301
|
300
|
protected function getRevisionCountsAllProjectsNoCentralAuth( |
Please login to merge, or discard this patch.