forked from D3strukt0r/votifier-client-php
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.phpcs.xml
More file actions
19 lines (15 loc) · 688 Bytes
/
.phpcs.xml
File metadata and controls
19 lines (15 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="PHP_CodeSniffer"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<description>A library in PHP to connect to a Minecraft server's Votifier plugin.</description>
<config name="installed_paths" value="vendor/phpcompatibility/php-compatibility" />
<file>src/</file>
<file>tests/</file>
<arg name="cache" value=".php_codesniffer_cache.json" />
<arg name="colors" />
<arg name="extensions" value="php" />
<rule ref="PSR12" />
<rule ref="PHPCompatibility" />
<config name="testVersion" value="7.1-" />
</ruleset>