Skip to content

Commit 0f6b076

Browse files
authored
chore: Update phpcs.xml
1 parent 0f9c252 commit 0f6b076

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

phpcs.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@
4646
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
4747
<exclude name="Universal.Operators.DisallowShortTernary.Found"/>
4848
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
49-
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
50-
<exclude name="WordPress.WP.I18n.MissingTranslatorsComment"/>
51-
<exclude name="Universal.Classes.RequireFinalClass.NonFinalClassFound"/>
49+
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
50+
<exclude name="Universal.Classes.RequireFinalClass.NonFinalClassFound"/>
51+
<exclude name="Squiz.Commenting.FunctionComment.MissingParamName"/>
52+
<exclude name="Squiz.Commenting.FunctionComment.MissingParamTag"/>
53+
<exclude name="WordPress.PHP.NoSilencedErrors.Discouraged"/>
5254
</rule>
5355

5456
<exclude-pattern>.idea/*</exclude-pattern>

0 commit comments

Comments
 (0)