Skip to content
Snippets Groups Projects
Commit 04afe935 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge remote-tracking branch 'origin/3.6' into 3.7

parents b7328caa b7cff09c
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
<rule ref="PEAR.Commenting.FunctionComment.Missing"> <rule ref="PEAR.Commenting.FunctionComment.Missing">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
<rule ref="PEAR.Commenting.ClassComment.Missing@authorTag"> <rule ref="PEAR.Commenting.ClassComment.Missing@authorTag">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
...@@ -269,6 +270,23 @@ ...@@ -269,6 +270,23 @@
<rule ref="PEAR.Commenting.ClassComment.Missing@packageTag"> <rule ref="PEAR.Commenting.ClassComment.Missing@packageTag">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
<rule ref="PEAR.Commenting.ClassComment.MissingAuthorTag">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.ClassComment.MissingCategoryTag">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.ClassComment.MissingLicenseTag">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.ClassComment.MissingLinkTag">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.ClassComment.MissingPackageTag">
<severity>0</severity>
</rule>
<rule ref="PEAR.Commenting.FunctionComment.SpacingAfterParamType"> <rule ref="PEAR.Commenting.FunctionComment.SpacingAfterParamType">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment