PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Rene Korss   Banklink   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Banklink
Take payments with multiple payment gateways
Author: By
Last change:
Date: 6 years ago
Size: 491 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="Banklink Custom PSR2 Standard"> <!-- Include all sniffs in the PSR2 standard. --> <rule ref="PSR2"/> <rule ref="Generic.Files.LineLength"> <properties> <property name="lineLimit" value="150"/> <property name="absoluteLineLimit" value="150" /> </properties> <!-- Exclude /tests, since we have very long MAC strings --> <exclude-pattern>*/tests/*</exclude-pattern> </rule> </ruleset>