File: phpcs.xml.dist

package info (click to toggle)
php-fig-log-test 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: php: 429; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?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>