10 lines
346 B
XML
10 lines
346 B
XML
|
<?xml version="1.0"?>
|
|||
|
<ruleset name="Zend Framework coding standard">
|
|||
|
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
|
|||
|
|
|||
|
<!-- Paths to check -->
|
|||
|
<file>src</file>
|
|||
|
<file>test</file>
|
|||
|
<exclude-pattern>src/Validator/PhoneNumber/*</exclude-pattern>
|
|||
|
<exclude-pattern>*/_files/*</exclude-pattern>
|
|||
|
</ruleset>
|