PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Packages of Andraž   BB   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BB
Badminton tournament management application
Author: By
Last change:
Date: 15 days ago
Size: 368 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="App"> <config name="installed_paths" value="../../cakephp/cakephp-codesniffer"/> <rule ref="CakePHP"/> <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint"> <exclude-pattern>*/src/Controller/*</exclude-pattern> </rule> <file>src/</file> <file>tests/</file> </ruleset>