]> git.agnieray.net Git - galette.git/blob - phpcs-rules.xml
Fix free search; closes #1367
[galette.git] / phpcs-rules.xml
1 <?xml version="1.0"?>
2 <ruleset name="Galette">
3 <description>Coding standard based on PSR2 with comments from Zend for Galette</description>
4
5 <!-- Include the whole PSR2 standard -->
6 <rule ref="PSR2"/>
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>