mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
PHPCS now allows omitting inherited param doc
This commit is contained in:
parent
986b6c5eb2
commit
e78b0b283a
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue