PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Josantonius   PHP Session Manager   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Session Manager
Manage values stored as session variables
Author: By
Last change:
Date: 6 years ago
Size: 430 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="PHP Coding Standards"> <description>PHP Coding Standards</description> <rule ref="Generic.NamingConventions.UpperCaseConstantName"/> <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/> <rule ref="Generic.Strings.UnnecessaryStringConcat"/> <rule ref="PSR2" /> <exclude-pattern>node_modules</exclude-pattern> <exclude-pattern>vendor</exclude-pattern> </ruleset>