mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 04:58:28 +08:00
Exclude phpcs comment hook rule for now
This commit is contained in:
parent
2b4f77818b
commit
c35baea617
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
<exclude name="WordPress.PHP.DisallowShortTernary" />
|
||||
</rule>
|
||||
|
||||
<rule ref="WooCommerce">
|
||||
<exclude name="WooCommerce.Commenting.CommentHooks.MissingHookComment" />
|
||||
<exclude name="WooCommerce.Commenting.CommentHooks.MissingSinceComment" />
|
||||
</rule>
|
||||
|
||||
<rule ref="Squiz.Commenting.FunctionComment">
|
||||
<properties>
|
||||
<property name="skipIfInheritdoc" value="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue