Skip to content

Commit 42f90cf

Browse files
author
Oleksandr Gorkun
committed
MC-29567: [2.4.x] Remove SID query parameter-related method calls
1 parent c0ab1d9 commit 42f90cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Customer/Model/Session.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @method string getNoReferer()
2020
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2121
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
22+
* @SuppressWarnings(PHPMD.TooManyFields)
2223
* @since 100.0.2
2324
*/
2425
class Session extends \Magento\Framework\Session\SessionManager
@@ -108,6 +109,11 @@ class Session extends \Magento\Framework\Session\SessionManager
108109
*/
109110
protected $response;
110111

112+
/**
113+
* @var AccountConfirmation
114+
*/
115+
private $accountConfirmation;
116+
111117
/**
112118
* Session constructor.
113119
*

0 commit comments

Comments
 (0)