Skip to content

Commit

Permalink
suppress error about "sessions or cookies while not being a part of H…
Browse files Browse the repository at this point in the history
…TML Presentation layer" (#22833)
  • Loading branch information
lfolco committed Sep 21, 2019
1 parent c8e1e93 commit 437cbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Security/Model/UserExpirationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/**
* Class to handle admin user expirations.
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
*/
class UserExpirationManager
{
Expand Down

0 comments on commit 437cbf0

Please sign in to comment.