PHP Classes

File: ruleset.xml

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Event Mediator   ruleset.xml   Download  
File: ruleset.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Event Mediator
Emit and listen to events using a mediator object
Author: By
Last change:
Date: 8 years ago
Size: 514 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="Project"> <description>General project wide phpcs config</description> <file>./specs</file> <file>./src</file> <exclude-pattern>./docs/*</exclude-pattern> <exclude-pattern>./tests/*</exclude-pattern> <exclude-pattern>./vendor/*</exclude-pattern> <arg name="encoding" value="utf-8"/> <arg name="report" value="full"/> <arg name="report-width" value="auto"/> <arg value="sp"/> <arg name="no-colors"/> <rule ref="PSR2"/> </ruleset>