Set version number to 6.1.0 dev 1
[GitHub/WoltLab/com.woltlab.wcf.exporter.git] / .phpcs.xml
CommitLineData
739067ea 1<?xml version="1.0"?>
acab776d
TD
2<ruleset
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"
5>
739067ea 6 <file>files/</file>
a337ae31 7 <exclude-pattern>*/vendor/*</exclude-pattern>
739067ea
TD
8 <arg name="extensions" value="php" />
9 <arg value="p"/>
10 <arg name="basepath" value="."/>
11
a337ae31 12 <rule ref="PSR12"/>
739067ea 13</ruleset>