Completed
Push — master ( 1a7130...a16686 )
by Sam
03:53
created
src/Xtools/EditCounterRepository.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -435,7 +435,6 @@
 block discarded – undo
435 435
 
436 436
     /**
437 437
      * Get data for a bar chart of monthly edit totals per namespace.
438
-     * @param string $username The username.
439 438
      * @return string[]
440 439
      */
441 440
     public function getMonthCounts(Project $project, User $user)
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,6 @@
 block discarded – undo
6 6
 use DateInterval;
7 7
 use DateTime;
8 8
 use Mediawiki\Api\SimpleRequest;
9
-use Mediawiki\Api\UsageException;
10
-use MediaWiki\OAuthClient\Exception;
11
-use Symfony\Component\VarDumper\VarDumper;
12 9
 
13 10
 class EditCounterRepository extends Repository
14 11
 {
Please login to merge, or discard this patch.