mirror of
https://github.com/php-fig/log-test.git
synced 2026-03-24 07:02:11 +01:00
12 lines
361 B
XML
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>
|