did-manager/phpcs.xml.dist
Kaspars Dambis 36b597c5f4 Switch to phpcs and phpstan for PHP 8.0 compat
Signed-off-by: Kaspars Dambis <hi@kaspars.net>
2026-05-16 20:25:00 +03:00

19 lines
No EOL
467 B
XML

<?xml version="1.0"?>
<ruleset name="FAIR DID Manager Coding Standards">
<description>A custom PSR-12-derived standard for the FAIR DID Manager package.</description>
<file>src/</file>
<file>tests/</file>
<exclude-pattern>/vendor/*</exclude-pattern>
<arg value="ps"/>
<arg name="colors"/>
<rule ref="PSR12">
<exclude name="PSR1.Methods.CamelCapsMethodName"/>
</rule>
<rule ref="PHPCompatibility"/>
<config name="testVersion" value="8.0-"/>
</ruleset>