summaryrefslogtreecommitdiffstats
path: root/codestandard.xml
blob: 131f7113d2380035fe922fee923461fe01c2409a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<ruleset name="PSR2 Extended">
  <description>The PSR2 standard with a few added elements</description>

   <rule ref="PSR2"/>
   <rule ref="Generic.Commenting.Todo"/>
   <rule ref="Squiz.Commenting.FunctionComment" />
  <rule ref="Squiz.Commenting.FunctionCommentThrowTag" />
  <rule ref="Squiz.Commenting.ClassComment" />
  <rule ref="Squiz.Commenting.VariableComment" />
</ruleset>