Skip to content

Commit

Permalink
Added @SuppressWarnings(PHPMD.CookieAndSessionMisuse) to Text class
Browse files Browse the repository at this point in the history
  • Loading branch information
Leone committed Dec 18, 2019
1 parent 2ae6838 commit d2a4865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Catalog/Model/Product/Option/Type/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

/**
* Catalog product option text type
*
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
*/
class Text extends \Magento\Catalog\Model\Product\Option\Type\DefaultType
{
Expand Down

0 comments on commit d2a4865

Please sign in to comment.