TplBlock/vendor/zendframework/zend-i18n/phpcs.xml

10 lines
346 B
XML
Raw Normal View History

2018-03-26 21:57:35 +02:00
<?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>