PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Fernando Val   PHP Brazilian Numbers Validation   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Brazilian Numbers Validation
Validate documents like CPF, CNPJ, CNH and NIS
Author: By
Last change:
Date: 3 years ago
Size: 342 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"> </ruleset>