PHP Classes

File: tests/coding_standard.xml

Recommend this page to a friend!
  Classes of Smoren Freelight   Partial PHP Intersection Between Two Arrays or More Sets of Values   tests/coding_standard.xml   Download  
File: tests/coding_standard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Partial PHP Intersection Between Two Arrays or More Sets of Values
Get the values that multiple arrays have in common
Author: By
Last change:
Date: 1 year ago
Size: 675 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="RangePHP"> <description>The coding standard for Range PHP.</description> <config name="php_version" value="70400"/> <rule ref="PSR12"> <!-- Unit tests use fractions and it is nice to write them like 3/2 --> <exclude name="PSR12.Operators.OperatorSpacing.NoSpaceBefore"/> <exclude name="PSR12.Operators.OperatorSpacing.NoSpaceAfter"/> <exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword"/> <exclude name="Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction"/> <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/> </rule> </ruleset>