Recommend this page to a friend! |
Classes of Fernando Val | > | PHP Installment Payment Calculator | > | phpcs.xml | > | 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> |