mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-12 01:09:49 +00:00
Add use for InvalidArgumentException
Change-Id: I67735aa40f45d75e6ed6bd0b205bb718f29ddfb8
This commit is contained in:
parent
474457abaa
commit
0b86ae2cee
|
@ -20,6 +20,8 @@
|
|||
|
||||
namespace MediaWiki\Linter;
|
||||
|
||||
use InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* Functions for lint error categories
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue