Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Disable Uniplaces PHP Method Return since it has bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsg committed May 12, 2016
1 parent 4fd8e56 commit b401fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Uniplaces/Phpcs/Standards/Uniplaces/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,10 @@
<rule ref="PSR2.Methods.FunctionCallSignature.Indent">
<severity>0</severity>
</rule>
<!-- Disabling since has bugs
<rule ref="Uniplaces.PHP.MethodReturn">
<severity>1</severity>
</rule>
</rule> -->
<!-- end of METHODS -->

<!-- STRINGS -->
Expand Down

0 comments on commit b401fa4

Please sign in to comment.