Completed
Push — master ( 9a10b7...2f3758 )
by Sam
18:30
created
src/Xtools/EditCounterRepository.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -249,7 +249,6 @@  discard block
 block discarded – undo
249 249
      * Get a user's total edit count on one or more project.
250 250
      * Requires the CentralAuth extension to be installed on the project.
251 251
      *
252
-     * @param string $username The username.
253 252
      * @param Project $project The project to start from.
254 253
      * @return mixed[]|boolean Array of total edit counts, or false if none could be found.
255 254
      */
@@ -296,7 +295,7 @@  discard block
 block discarded – undo
296 295
 
297 296
     /**
298 297
      * Get total edit counts for the top 10 projects for this user.
299
-     * @param string $username The username.
298
+     * @param string $stopwatchName
300 299
      * @return string[] Elements are arrays with 'dbName', 'url', 'name', and 'total'.
301 300
      */
302 301
     protected function getRevisionCountsAllProjectsNoCentralAuth(
@@ -402,7 +401,6 @@  discard block
 block discarded – undo
402 401
 
403 402
     /**
404 403
      * Get data for a bar chart of monthly edit totals per namespace.
405
-     * @param string $username The username.
406 404
      * @return string[]
407 405
      */
408 406
     public function getMonthCounts(Project $project, User $user)
@@ -438,7 +436,6 @@  discard block
 block discarded – undo
438 436
 
439 437
     /**
440 438
      * Get yearly edit totals for this user, grouped by namespace.
441
-     * @param string $username
442 439
      * @return string[] ['<namespace>' => ['<year>' => 'total', ... ], ... ]
443 440
      */
444 441
     public function getYearCounts(Project $project, User $user)
Please login to merge, or discard this patch.