oai-pmh2/phpcs.xml.dist

12 lines
446 B
Plaintext
Raw Permalink Normal View History

2024-07-13 18:49:39 +02: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-07-13 19:36:59 +02:00
<exclude name="Generic.Files.LineLength"/>
2024-07-13 18:49:39 +02:00
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore"/>
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
</rule>
</ruleset>