<?xml version="1.0"?>
<ruleset name="Zend Framework Coding Standard">
   <rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>

    <!-- display progress -->
    <arg value="p"/>
    <arg name="colors"/>

   <!-- Paths to check -->
   <file>src</file>
   <file>test</file>
</ruleset>
