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: Actualised log to var directory on phpunit and phpcs
Refactored docker/sdk to change xdebug mode without re-building containers
Date: 28 days ago
Size: 766 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="./var/cache/.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>examples</file> <file>src</file> <file>tests</file> <exclude-pattern>*/tests/integration/*/Generated/*\.php$</exclude-pattern> </ruleset>