Skip to content

Commit ffc8d51

Browse files
authored
Update phpcs.xml
1 parent a73b11c commit ffc8d51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpcs.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
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"/>
49+
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop"/>
50+
<exclude name="WordPress.WP.I18n.MissingTranslatorsComment"/>
5051
</rule>
5152

5253
<exclude-pattern>.idea/*</exclude-pattern>
@@ -120,4 +121,4 @@
120121
<severity>0</severity>
121122
</rule>
122123

123-
</ruleset>
124+
</ruleset>

0 commit comments

Comments
 (0)