Completed
Push — master ( 61d54e...4a5166 )
by Sam
03:19
created
src/Xtools/EditCounterRepository.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -250,7 +250,6 @@  discard block
 block discarded – undo
250 250
      * Get a user's total edit count on one or more project.
251 251
      * Requires the CentralAuth extension to be installed on the project.
252 252
      *
253
-     * @param string $username The username.
254 253
      * @param Project $project The project to start from.
255 254
      * @return mixed[]|boolean Array of total edit counts, or false if none could be found.
256 255
      */
@@ -300,7 +299,7 @@  discard block
 block discarded – undo
300 299
 
301 300
     /**
302 301
      * Get total edit counts for the top 10 projects for this user.
303
-     * @param string $username The username.
302
+     * @param string $stopwatchName
304 303
      * @return string[] Elements are arrays with 'dbName', 'url', 'name', and 'total'.
305 304
      */
306 305
     protected function getRevisionCountsAllProjectsNoCentralAuth(
@@ -395,7 +394,6 @@  discard block
 block discarded – undo
395 394
 
396 395
     /**
397 396
      * Get this user's most recent 10 edits across all projects.
398
-     * @param string $username The username.
399 397
      * @param integer $topN The number of items to return.
400 398
      * @param integer $days The number of days to search from each wiki.
401 399
      * @return string[]
@@ -453,7 +451,6 @@  discard block
 block discarded – undo
453 451
 
454 452
     /**
455 453
      * Get data for a bar chart of monthly edit totals per namespace.
456
-     * @param string $username The username.
457 454
      * @return string[]
458 455
      */
459 456
     public function getMonthCounts(Project $project, User $user)
@@ -489,7 +486,6 @@  discard block
 block discarded – undo
489 486
 
490 487
     /**
491 488
      * Get yearly edit totals for this user, grouped by namespace.
492
-     * @param string $username
493 489
      * @return string[] ['<namespace>' => ['<year>' => 'total', ... ], ... ]
494 490
      */
495 491
     public function getYearCounts(Project $project, User $user)
Please login to merge, or discard this patch.