Skip to content

Commit

Permalink
Fix compatibility with PER standard
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Dec 23, 2023
1 parent e7d150c commit 1367a21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
<arg value="s" />

<!-- Use the PSR12 Standard-->
<rule ref="PSR12" />
</ruleset>
<rule ref="PSR12">
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore" />
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine" />
</rule>
</ruleset>

0 comments on commit 1367a21

Please sign in to comment.