File: phpcs.xml.dist

package info (click to toggle)
php-pda-pheanstalk 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: php: 2,658; xml: 60; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<ruleset>
    <file>src</file>
    <file>tests/Pheanstalk</file>
    <exclude-pattern>tests/coverage/*</exclude-pattern>
    <rule ref="PSR2" />
    <rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/>

</ruleset>