PHP Classes

File: phpcs.ruleset.xml

Recommend this page to a friend!
  Classes of Josantonius   PHP Logger lib   phpcs.ruleset.xml   Download  
File: phpcs.ruleset.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Logger lib
Log errors to files and display messages on a page
Author: By
Last change:
Date: 6 years ago
Size: 239 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="PHP Coding Standards"> <description>PHP Coding Standards</description> <rule ref="PSR2" /> <exclude-pattern>node_modules</exclude-pattern> <exclude-pattern>vendor</exclude-pattern> </ruleset>