Files
archived-log-test/phpcs.xml.dist
Anton Ukhanev 678efacb90 Add PHPCS
2021-06-17 10:29:54 +02:00

12 lines
361 B
XML

<?xml version="1.0"?>
<ruleset name="PSR"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
<file>tests</file>
<config name="installed_paths" value="../../slevomat/coding-standard"/>
<rule ref="PSR12"/>
</ruleset>