Skip to content

Commit

Permalink
Allow underscores in properties and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Feb 12, 2024
1 parent 5d41b3c commit c420147
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<description>Open Culture Consulting strictly follows PSR standards.</description>
<file>./src</file>
<arg name="extensions" value="php"/>
<rule ref="PSR1"/>
<rule ref="PSR2"/>
<rule ref="PSR12"/>
<rule ref="PSR12">
<exlucde name="PSR2.Classes.PropertyDeclaration.Underscore"/>
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
</rule>
</ruleset>

0 comments on commit c420147

Please sign in to comment.