Skip to content
Snippets Groups Projects
Commit 51890ddb authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEATURE: Initialized phpcs.xml.dist

parent 9c236fef
Branches
Tags
2 merge requests!37Release 0.4.0,!25FEATURE: Implement PSR-2 PHPCodeSniffer Standard
<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
<description>The coding standard for higidi/composer-phpcodesniffer-standards-plugin.</description>
<arg value="sp"/>
<arg name="colors"/>
<arg name="encoding" value="utf-8" />
<file>./src</file>
<file>./tests</file>
<exclude-pattern>*/Fixtures/*</exclude-pattern>
<rule ref="PSR2"/>
</ruleset>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment