PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Fernando Val   PHP Business Days Calculator   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Business Days Calculator
Get the business days after today or a given date
Author: By
Last change:
Date: 3 years ago
Size: 354 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="BrazilianNumbers"> <description>Coding standard for BrazilianNumbers project</description> <exclude-pattern>*/node_modules/*</exclude-pattern> <exclude-pattern>*/tests/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <rule ref="PSR1"> <rule ref="PSR12"> </rule> </ruleset>