Skip to content

Commit

Permalink
phpcs rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 28, 2024
1 parent e077db8 commit 82904ee
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="Generic.CodeAnalysis.EmptyStatement.DetectedCatch" />
<!-- Comment punctuation doesn't matter -->
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
<exclude name="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid"/>
<exclude name="WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase"/>
</rule>
</ruleset>

0 comments on commit 82904ee

Please sign in to comment.