PHP Classes

File: .phpcs.xml.dist

Recommend this page to a friend!
  Classes of Axel Pardemann   PHP Scalar Objects   .phpcs.xml.dist   Download  
File: .phpcs.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Scalar Objects
Implement objects that behave like scalar values
Author: By
Last change: Update PHP to 8.0 and dependencies
Date: 8 hours ago
Size: 798 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="PSR12-Custom"> <description>PSR12 based custom ruleset</description> <!-- Config --> <config name="ignore_errors_on_exit" value="1" /> <config name="ignore_warnings_on_exit" value="1" /> <!-- Arguments --> <!--<arg name="report" value="summary"/>--> <!-- Options --> <arg name="colors" /> <arg value="sp" /> <!-- Base ruleset --> <rule ref="PSR12" /> <rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"> <exclude-pattern>./tests/*</exclude-pattern> </rule> <rule ref="Generic.Files.LineLength.TooLong"> <exclude-pattern>./tests/*</exclude-pattern> </rule> <!-- Custom Rules --> <!-- Folders and files --> <file>./src</file> <file>./tests</file> </ruleset>