PHPCS now allows omitting inherited param doc

This commit is contained in:
Anton Ukhanev 2021-08-30 08:18:10 +02:00
parent 986b6c5eb2
commit e78b0b283a

View file

@ -24,6 +24,12 @@
<exclude name="WordPress.Files.FileName.InvalidClassFileName" />
</rule>
<rule ref="Squiz.Commenting.FunctionComment">
<properties>
<property name="skipIfInheritdoc" value="true" />
</properties>
</rule>
<arg name="extensions" value="php"/>
<file>src</file>
<file>modules</file>