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

Fixed: PHPCS

parent c36d3622
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<rule ref="PEAR.Commenting.FunctionComment.SpacingAfterParamName"> <rule ref="PEAR.Commenting.FunctionComment.SpacingAfterParamName">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
<!-- Can be removed for dev --> <!-- TODO Remove this and fix reported errors -->
<rule ref="PEAR.Commenting.ClassComment.Missing"> <rule ref="PEAR.Commenting.ClassComment.Missing">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
...@@ -200,7 +200,9 @@ ...@@ -200,7 +200,9 @@
<rule ref="PEAR.Commenting.FunctionComment.ReturnNotRequired"> <rule ref="PEAR.Commenting.FunctionComment.ReturnNotRequired">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
<rule ref="PEAR.Commenting.FunctionComment.Missing">
<severity>0</severity>
</rule>
<!-- <!--
<rule ref="PEAR.Commenting.FileComment" /> <rule ref="PEAR.Commenting.FileComment" />
...@@ -258,6 +260,19 @@ ...@@ -258,6 +260,19 @@
<rule ref="PEAR.Functions.FunctionCallSignature.Indent"> <rule ref="PEAR.Functions.FunctionCallSignature.Indent">
<severity>0</severity> <severity>0</severity>
</rule> </rule>
<rule ref="PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket">
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket">
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.FunctionCallSignature.CloseBracketLine">
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket">
<severity>0</severity>
</rule>
<rule ref="PEAR.Functions.ValidDefaultValue" /> <rule ref="PEAR.Functions.ValidDefaultValue" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment