<?xml version="1.0"?> <ruleset name="PSR-2 coding standard"> <description>PSR-2 coding standards</description> <!-- display progress --> <arg value="p"/> <arg name="colors"/> <!-- inherit rules from: --> <rule ref="PSR2"/> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> <rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"> <properties> <property name="ignoreBlankLines" value="false"/> </properties> </rule> <!-- Paths to check --> <file>src</file> <file>test</file> </ruleset>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
.editorconfig | File | 271 B | 0644 |
|
LICENSE.md | File | 1.1 KB | 0644 |
|
README.md | File | 309 B | 0644 |
|
composer.json | File | 858 B | 0644 |
|
phpcs.xml | File | 562 B | 0644 |
|
rebuild-rels.php | File | 5.59 KB | 0644 |
|