Skip to content

Commit

Permalink
control structure spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 1, 2024
1 parent b2d409a commit 9105771
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 @@ -67,6 +67,13 @@
<severity>0</severity>
</rule>

<!-- PSR-12 sniffs -->
<rule ref="PSR12.ControlStructures.ControlStructureSpacing">
<properties>
<property name="indent" value="2"/>
</properties>
</rule>

<!-- PHP Compatibility sniffs -->
<!-- The lowest version of PHP supported by both Drupal and Acquia Cloud.
@see https://www.drupal.org/docs/8/system-requirements/php-requirements
Expand Down

0 comments on commit 9105771

Please sign in to comment.