Skip to content

Commit

Permalink
update phpmd suppresswarning
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonLesti committed Oct 12, 2015
1 parent 84d0ee2 commit 8a6ce57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/community/Lesti/Fpc/Test/Helper/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Class Lesti_Fpc_Test_Helper_Block
*
* @SuppressWarnings(PHPMD.TooManyMethods)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class Lesti_Fpc_Test_Helper_Block extends Lesti_Fpc_Test_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Lesti/Fpc/Test/Model/Observer/Tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Class Lesti_Fpc_Test_Model_Observer_Tags
*
* @SuppressWarnings(PHPMD.TooManyMethods)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class Lesti_Fpc_Test_Model_Observer_Tags extends Lesti_Fpc_Test_TestCase
{
Expand Down

0 comments on commit 8a6ce57

Please sign in to comment.