Skip to content

Commit 437cbf0

Browse files
committed
suppress error about "sessions or cookies while not being a part of HTML Presentation layer" (#22833)
1 parent c8e1e93 commit 437cbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Security/Model/UserExpirationManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* Class to handle admin user expirations.
14+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1415
*/
1516
class UserExpirationManager
1617
{

0 commit comments

Comments
 (0)