PHP Classes

File: .phpcs.xml.dist

Recommend this page to a friend!
  Classes of Axel Pardemann   PHP Primitive Types Class   .phpcs.xml.dist   Download  
File: .phpcs.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Primitive Types Class
Manipulate PHP primitive value types as objects
Author: By
Last change: Refactor config files

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Reorganize the whole project

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Add StrinbgObject::regexReplace extension method

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Added String::is* extension methods

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Fix style warnings

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Merge branch 'develop' into feature/merge-numeric-types
Add comparison extension methods for numeric types

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Date: 11 hours ago
Size: 822 bytes
 

Contents

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