PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Fernando Val   Springy   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 5 years ago
Size: 501 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="Springy"> <description>Coding standard for Boobam project</description> <exclude-pattern>*/tests/*</exclude-pattern> <exclude-pattern>*/var/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <rule ref="PSR1"> <exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/> <exclude name="Squiz.Classes.ValidClassName.NotCamelCaps"/> </rule> <rule ref="Generic.Arrays.DisallowLongArraySyntax"/> </ruleset>