Completed
Push — master ( 5b9b53...050bb3 )
by Sam
15:26
created
src/Xtools/EditCounterRepository.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -251,7 +251,6 @@  discard block
 block discarded – undo
251 251
      * Get a user's total edit count on one or more project.
252 252
      * Requires the CentralAuth extension to be installed on the project.
253 253
      *
254
-     * @param string $username The username.
255 254
      * @param Project $project The project to start from.
256 255
      * @return mixed[]|boolean Array of total edit counts, or false if none could be found.
257 256
      */
@@ -301,7 +300,7 @@  discard block
 block discarded – undo
301 300
 
302 301
     /**
303 302
      * Get total edit counts for the top 10 projects for this user.
304
-     * @param string $username The username.
303
+     * @param string $stopwatchName
305 304
      * @return string[] Elements are arrays with 'dbName', 'url', 'name', and 'total'.
306 305
      */
307 306
     protected function getRevisionCountsAllProjectsNoCentralAuth(
@@ -413,7 +412,6 @@  discard block
 block discarded – undo
413 412
 
414 413
     /**
415 414
      * Get data for a bar chart of monthly edit totals per namespace.
416
-     * @param string $username The username.
417 415
      * @return string[]
418 416
      */
419 417
     public function getMonthCounts(Project $project, User $user)
Please login to merge, or discard this patch.