Completed
Push — master ( 5e33bb...9a10b7 )
by Sam
03:35
created
src/Xtools/EditCounterRepository.php 1 patch
Doc Comments   +1 added lines, -3 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(
@@ -459,7 +458,6 @@  discard block
 block discarded – undo
459 458
 
460 459
     /**
461 460
      * Get yearly edit totals for this user, grouped by namespace.
462
-     * @param string $username
463 461
      * @return string[] ['<namespace>' => ['<year>' => 'total', ... ], ... ]
464 462
      */
465 463
     public function getYearCounts(Project $project, User $user)
Please login to merge, or discard this patch.