mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-12 01:01:52 +00:00
0203c16002
Add a @phan-suppress-next-line PhanSuspiciousValueComparison because of a false positive finding: includes/InputBox.php:471 PhanSuspiciousValueComparison Suspicious attempt to compare $this->mType of type 'comment' to 'comment' of type 'comment' with operator '===' Change-Id: Id14028d22c1d352a0886a7da0d94b0329a5418df
8 lines
204 B
XML
8 lines
204 B
XML
<?xml version="1.0"?>
|
|
<ruleset>
|
|
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
|
|
<file>.</file>
|
|
<arg name="extensions" value="php" />
|
|
<arg name="encoding" value="UTF-8" />
|
|
</ruleset>
|