Allow underscores in properties and methods
This commit is contained in:
parent
5d41b3c76a
commit
c420147552
|
@ -3,7 +3,8 @@
|
||||||
<description>Open Culture Consulting strictly follows PSR standards.</description>
|
<description>Open Culture Consulting strictly follows PSR standards.</description>
|
||||||
<file>./src</file>
|
<file>./src</file>
|
||||||
<arg name="extensions" value="php"/>
|
<arg name="extensions" value="php"/>
|
||||||
<rule ref="PSR1"/>
|
<rule ref="PSR12">
|
||||||
<rule ref="PSR2"/>
|
<exlucde name="PSR2.Classes.PropertyDeclaration.Underscore"/>
|
||||||
<rule ref="PSR12"/>
|
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
|
||||||
|
</rule>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Loading…
Reference in New Issue