Skip to content

Commit

Permalink
Use namespaced classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 4, 2024
1 parent 09855af commit 6c8688e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/RemovePIIJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
use Job;
use MediaWiki\Extension\CentralAuth\User\CentralAuthUser;
use MediaWiki\MediaWikiServices;
use User;
use MediaWiki\User\User;
use UserProfilePage;

class RemovePIIJob extends Job implements GenericParameterJob {

/** @var string */
private $oldName;

Expand Down

0 comments on commit 6c8688e

Please sign in to comment.