php-basics/phpcs.xml.dist

10 lines
292 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"/>
2024-02-09 21:31:00 +01:00
<rule ref="PSR1"/>
<rule ref="PSR2"/>
2024-01-23 17:56:19 +01:00
<rule ref="PSR12"/>
</ruleset>