PHP Classes

File: phpcs.xml

Recommend this page to a friend!
  Classes of Lucas Marques Dutra   PHP Async   phpcs.xml   Download  
File: phpcs.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Async
Run scripts in parallel using the PHP CLI command
Author: By
Last change:
Date: 15 days ago
Size: 402 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Standard" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"> <description>Vendor Coding Style</description> <arg name="colors"/> <rule ref="PSR12"> <type>error</type> </rule> <file>src</file> <file>tests</file> <file>demos</file> </ruleset>