PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Josantonius   PHP Database   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Database
Execute common SQL queries with a fluent interface
Author: By
Last change:
Date: 6 years ago
Size: 505 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> <exclude-pattern>src/Provider/MSSQLprovider.php</exclude-pattern> </ruleset>