mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
16 lines
380 B
XML
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>
|