Files
php-uuid/phpcs.xml
T

16 lines
380 B
XML

<?xml version="1.0"?>
<ruleset name="Rhumsaa\Uuid Standard">
<description>Coding standard rules for Rhumsaa\Uuid</description>
<exclude-pattern>*/build/*</exclude-pattern>
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<arg name="extensions" value="php"/>
<arg value="p"/>
<rule ref="PSR2"/>
</ruleset>