PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Sergii Pryz   Transfer Object   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Transfer Object
Generate transfer objects using property hooks
Author: By
Last change: Cleared up phpcs and phpunit configurations
Date: 6 days ago
Size: 669 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/squizlabs/php_codesniffer/phpcs.xsd" name="TransferObject"> <description> Transfer Object Generator Coding Standard. </description> <arg name="cache" value=".cs-check.json"/> <arg name="parallel" value="5"/> <config name="php_version" value="80402"/> <rule ref="PSR12"> <!-- Property hooks are not recognized --> <exclude name="PSR2.Classes.PropertyDeclaration"/> </rule> <file>bin</file> <file>doc</file> <file>src</file> <file>tests</file> </ruleset>