Fix: add rules

This commit is contained in:
Regis Houssin 2011-09-21 11:54:41 +00:00
parent 066b6146c0
commit 0483c3265a

View File

@ -163,6 +163,9 @@
<rule ref="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.InlineComment" />