2
0
mirror of https://github.com/opencultureconsulting/oai-pmh2.git synced 2025-03-30 00:00:30 +01:00
oai-pmh2/phpcs.xml.dist

12 lines
357 B
Plaintext
Raw 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>
2024-09-30 19:37:29 +02:00
<file>./bin</file>
<file>./public</file>
2024-07-13 18:49:39 +02:00
<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
</rule>
</ruleset>