PHP Classes

File: tests/coding_standard.xml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Iteration Tools Library   tests/coding_standard.xml   Download  
File: tests/coding_standard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Iteration Tools Library
Iterate and process arrays like Python itertools
Author: By
Last change:
Date: 1 year ago
Size: 536 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="IterToolsPHP"> <description>The coding standard for IterTools PHP.</description> <config name="php_version" value="70400"/> <rule ref="PSR12"> <!-- Welcome to the future where we have HD wide-screen monitors --> <exclude name="Generic.Files.LineLength.TooLong"/> <!-- 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"/> </rule> </ruleset>