]> git.agnieray.net Git - galette.git/blob - phpcs-rules.xml
Do not override members list filters on member display or edit; closes #1803
[galette.git] / phpcs-rules.xml
1 <?xml version="1.0"?>
2 <ruleset name="Galette">
3 <description>Coding standard based on PSR12 with comments from PEAR for Galette</description>
4
5 <!-- Include the whole PSR12 standard -->
6 <rule ref="PSR12"/>
7
8 <!-- Comments rules from PEAR standard -->
9 <rule ref="PEAR.Commenting.ClassComment"/>
10 <rule ref="PEAR.Commenting.FileComment"/>
11 <rule ref="PEAR.Commenting.FunctionComment"/>
12 <rule ref="PEAR.Commenting.InlineComment"/>
13 </ruleset>