Skip to content

Commit

Permalink
Fix class declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 29, 2024
1 parent a78ddaa commit 51835ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Standards/AcquiaPHP/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<rule ref="PSR12">
<exclude name="Generic.WhiteSpace.ScopeIndent"/>
<exclude name="Generic.PHP.LowerCaseConstant"/>
<exclude name="PSR2.Classes.ClassDeclaration"/>
<exclude name="Squiz.Functions.FunctionDeclaration"/>
</rule>

<!-- Drupal sniffs -->
Expand Down

0 comments on commit 51835ae

Please sign in to comment.