summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/codestandard.xml
blob: bb1cd2603988de4ff795edbc713790ff7361f655 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>

<ruleset name="PSR with exception">
    <arg name="encoding" value="UTF-8"/>
    <arg name="report" value="full"/>
    <arg name="colors"/>

    <rule ref="PSR1"/>
    <rule ref="PSR12"/>
</ruleset>