Skip to content

Commit

Permalink
functioncallsignature
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 1, 2024
1 parent 3dad619 commit b2d409a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Standards/AcquiaPHP/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@
<exclude name="Generic.WhiteSpace.ScopeIndent"/>
<exclude name="Generic.PHP.LowerCaseConstant"/>
<exclude name="PSR2.Classes.ClassDeclaration"/>
<exclude name="PSR2.Methods.FunctionCallSignature"/>
<exclude name="Squiz.Functions.FunctionDeclaration"/>
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration"/>
</rule>

<rule ref="PEAR.Functions.FunctionCallSignature">
<properties>
<property name="indent" value="2"/>
</properties>
</rule>

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

0 comments on commit b2d409a

Please sign in to comment.