Recommend this page to a friend! |
Classes of Yousaf Syed | > | Crow PHP Web Framework | > | phpcs.xml.dist | > | Download |
|
![]() |
<?xml version="1.0"?> <ruleset name="Slim coding standard"> <description>Slim coding standard</description> <!-- display progress --> <arg value="p"/> <!-- use colors in output --> <arg name="colors"/> <!-- inherit rules from: --> <rule ref="PSR12"/> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> <!-- Paths to check --> <file>Slim</file> <file>tests</file> </ruleset> |