Fix CS
[shpub.git] / phpcs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <ruleset name="shpub">
3  <description>PEAR coding standard + some changes</description>
4
5  <file>src/</file>
6
7  <!-- Include the whole PEAR standard -->
8  <rule ref="PEAR">
9   <exclude name="PEAR.Commenting.FileComment.Missing"/>
10   <exclude name="PEAR.Commenting.ClassComment.Missing"/>
11   <exclude name="PEAR.Commenting.FunctionComment.Missing"/>
12
13   <exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/>
14   <exclude name="PEAR.Commenting.ClassComment.MissingPackageTag"/>
15
16   <exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
17   <exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
18
19   <exclude name="Generic.Commenting.DocComment.MissingShort"/>
20  </rule>
21
22 </ruleset>