PHP Classes

File: htdocs/class/libraries/vendor/smottt/wideimage/phpcs-ruleset.xml

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/class/libraries/vendor/smottt/wideimage/phpcs-ruleset.xml   Download  
File: htdocs/class/libraries/vendor/smottt/wideimage/phpcs-ruleset.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 6 years ago
Size: 851 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="WideImage-cs-ruleset"> <description></description> <!-- Include some sniffs from all around the place --> <rule ref="Generic.Functions.FunctionCallArgumentSpacing"/> <rule ref="Generic.Functions.OpeningFunctionBraceBsdAllman"/> <rule ref="Generic.PHP.DisallowShortOpenTag"/> <rule ref="PEAR.Functions.FunctionCallSignature"/> <rule ref="PEAR.Functions.ValidDefaultValue"/> <rule ref="PEAR.WhiteSpace.ScopeClosingBrace"/> <rule ref="Squiz.Functions.GlobalFunction"/> <rule ref="Generic.Files.LineLength"> <properties> <property name="lineLimit" value="100"/> <property name="absoluteLineLimit" value="120"/> </properties> </rule> <!-- Use Unix newlines --> <rule ref="Generic.Files.LineEndings"> <properties> <property name="eolChar" value="\n"/> </properties> </rule> </ruleset>