Skip to content

Commit

Permalink
controlsignature
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 1, 2024
1 parent 9105771 commit 4474fe7
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 @@ -14,6 +14,7 @@
<exclude name="Generic.PHP.LowerCaseConstant"/>
<exclude name="PSR2.Classes.ClassDeclaration"/>
<exclude name="PSR2.Methods.FunctionCallSignature"/>
<exclude name="Squiz.ControlStructures.ControlSignature"/>
<exclude name="Squiz.Functions.FunctionDeclaration"/>
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration"/>
</rule>
Expand All @@ -25,6 +26,7 @@
</rule>

<!-- Drupal sniffs -->
<rule ref="Drupal.ControlStructures.ControlSignature"/>
<rule ref="Drupal.Classes.UnusedUseStatement"/>
<rule ref="Drupal.Commenting.InlineComment"/>
<rule ref="Drupal.WhiteSpace.ScopeIndent"/>
Expand Down

0 comments on commit 4474fe7

Please sign in to comment.