Current Path : /var/www/html/wp-content/plugins/wpide/vendor/rakit/validation/ |
Current File : /var/www/html/wp-content/plugins/wpide/vendor/rakit/validation/phpcs.xml |
<?xml version="1.0"?> <ruleset name="Rakit validation coding standard"> <description>Rakit validation coding standard</description> <!-- display progress --> <arg value="p"/> <!-- use colors in output --> <arg name="colors"/> <!-- inherit rules from: --> <rule ref="PSR2"/> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> <!-- Paths to check --> <file>src</file> <file>tests</file> </ruleset>