Skip to content

Commit

Permalink
conflict between phpcs and phpcsfixer2
Browse files Browse the repository at this point in the history
  • Loading branch information
oallain committed Nov 24, 2023
1 parent f1230c3 commit 02bd40d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@
</property>
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore">
<exclude-pattern>src/*.php</exclude-pattern>
</rule>
<rule ref="PSR2.Classes.ClassDeclaration.OpenBraceNewLine">
<exclude-pattern>src/*.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 02bd40d

Please sign in to comment.