9 lines
193 B
XML
9 lines
193 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PSR">
|
|
<!-- Include the whole PSR-1 standard -->
|
|
<rule ref="PSR1"/>
|
|
<!-- Include the whole PSR-2 standard -->
|
|
<rule ref="PSR2"/>
|
|
</ruleset>
|
|
|