mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
bc246ecf27
commit
cf653a32a0
|
@ -25,12 +25,9 @@ declare( strict_types=1 );
|
|||
|
||||
namespace MediaWiki\Skins\Citizen\Partials;
|
||||
|
||||
use Action;
|
||||
use Exception;
|
||||
use ExtensionRegistry;
|
||||
use MediaWiki\MediaWikiServices;
|
||||
use Skin;
|
||||
use SkinTemplate;
|
||||
|
||||
final class PageTools extends Partial {
|
||||
/** @var null|array for caching purposes */
|
||||
|
|
Loading…
Reference in a new issue