Add WordPress.PHP.StrictInArray to WordPress-Extra

This commit is contained in:
Weston Ruter 2015-11-16 23:36:28 +11:00
parent 01047f1356
commit fbbade7989

View file

@ -34,4 +34,6 @@
<rule ref="WordPress.Variables.GlobalVariables"/>
<rule ref="WordPress.PHP.StrictComparisons" />
<!-- https://vip.wordpress.com/documentation/code-review-what-we-look-for/#using-in_array-without-strict-parameter -->
<rule ref="WordPress.PHP.StrictInArray" />
</ruleset>