PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Niko Peikrishvili   PHP Commission Calculator   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Commission Calculator
Calculate commissions on currency transactions
Author: By
Last change:
Date: 1 year ago
Size: 534 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="PHP_CodeSniffer"> <description>PHPCS configuration file.</description> <!-- check all files in the app directory, feel free to add more files with: <file>FOLDER NAME</file> --> <file>app</file> <!-- exclude our migrations directory from the violation check--> <exclude-pattern>*/migrations/*</exclude-pattern> <!-- ignore warnings and display ERRORS only --> <arg value="np"/> <!-- Our base rule: set to PSR12--> <rule ref="PSR12"/> </ruleset>