PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Fernando Val   PHP Installment Payment Calculator   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Installment Payment Calculator
Calculate the amount of installments on loans
Author: By
Last change:
Date: 3 years ago
Size: 340 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="InstallmentCalc"> <description>Coding standard for InstallmentCalc 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>