Skip to content

Commit

Permalink
Require even more trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 22, 2024
1 parent cfb50fa commit 3fbd973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpcs-simplesamlphp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@

<!-- Enforce the use of trailing commas -->
<rule ref="SlevomatCodingStandard.Arrays.TrailingArrayComma" />
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall" />
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInClosureUse" />
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />

</ruleset>

0 comments on commit 3fbd973

Please sign in to comment.