php-basics/phpcs.xml.dist

11 lines
395 B
Plaintext
Raw Normal View History

2024-01-23 17:56:19 +01:00
<?xml version="1.0"?>
<ruleset name="OCC Standard Ruleset">
<description>Open Culture Consulting strictly follows PSR standards.</description>
<file>./src</file>
<arg name="extensions" value="php"/>
<rule ref="PSR12">
2024-02-12 17:57:01 +01:00
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
</rule>
2024-01-23 17:56:19 +01:00
</ruleset>