Adjust phpcs rules

Excluse MediaWiki.Commenting.FunctionComment.MissingReturn for now
because of a false positive

Change-Id: I0f0833f80374c70b9e40056cc83db68568ba790c
This commit is contained in:
Kunal Mehta 2016-10-20 14:02:58 -07:00
parent bce5b31616
commit fa095f07c6

View file

@ -8,6 +8,9 @@
<rule ref="MediaWiki.Commenting.FunctionComment.MissingParamComment">
<severity>0</severity>
</rule>
<rule ref="MediaWiki.Commenting.FunctionComment.MissingReturn">
<severity>0</severity>
</rule>
<arg name="extensions" value="php,php5,inc"/>
<arg name="encoding" value="utf8"/>
<exclude-pattern>vendor</exclude-pattern>