@@ -435,7 +435,6 @@ |
||
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) |
@@ -6,9 +6,6 @@ |
||
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 | { |