PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Generics   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: PHPCodeSniffer configuration
Class: PHP Generics
Framework for accessing streams, sockets and logs
Author: By
Last change: Update of phpcs.xml
Date: 2 months ago
Size: 522 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="contrib/phpcs.xsd" name="Custom Standard"> <description>A custom coding standard</description> <rule ref="Generic.Files.LineLength.MaxExceeded"> <message>Line contains %s chars, which is longer than the max limit of %s</message> </rule> <rule ref="Generic.Files.LineLength.TooLong"> <message>Line longer than %s characters; contains %s characters</message> </rule> </ruleset>