PHP Classes

File: phpcs.xml.dist

Recommend this page to a friend!
  Classes of Yousaf Syed   Crow PHP Web Framework   phpcs.xml.dist   Download  
File: phpcs.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Crow PHP Web Framework
Microservice framework for PHP
Author: By
Last change:
Date: 2 years ago
Size: 440 bytes
 

Contents

Class file image 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>