php-basics/phpcs.xml.dist

8 lines
246 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"/>
</ruleset>