mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
ab8e306fc6
commit
c67ac50f46
|
@ -15,9 +15,9 @@ declare( strict_types=1 );
|
|||
namespace MediaWiki\Extension\TabberNeue;
|
||||
|
||||
use Html;
|
||||
use InvalidArgumentException;
|
||||
use JsonException;
|
||||
use MediaWiki\MediaWikiServices;
|
||||
use InvalidArgumentException;
|
||||
use Parser;
|
||||
use PPFrame;
|
||||
use Sanitizer;
|
||||
|
|
Loading…
Reference in a new issue