Skip to content

Commit

Permalink
Disabled PHPCS rule Universal.NamingConventions.NoReservedKeywordPara…
Browse files Browse the repository at this point in the history
…meterNames
  • Loading branch information
marekdedic committed Dec 23, 2023
1 parent f2bb272 commit 503375e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<exclude name="Squiz.Commenting.FunctionComment.InvalidNoReturn"/>
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment"/>
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop"/>
<exclude name="Universal.NamingConventions.NoReservedKeywordParameterNames"/>
<exclude name="WordPress.NamingConventions"/>
<exclude name="WordPress.Security.EscapeOutput.OutputNotEscaped"/>
</rule>
Expand Down

0 comments on commit 503375e

Please sign in to comment.