We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ab1d9 commit 42f90cfCopy full SHA for 42f90cf
app/code/Magento/Customer/Model/Session.php
@@ -19,6 +19,7 @@
19
* @method string getNoReferer()
20
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
22
+ * @SuppressWarnings(PHPMD.TooManyFields)
23
* @since 100.0.2
24
*/
25
class Session extends \Magento\Framework\Session\SessionManager
@@ -108,6 +109,11 @@ class Session extends \Magento\Framework\Session\SessionManager
108
109
110
protected $response;
111
112
+ /**
113
+ * @var AccountConfirmation
114
+ */
115
+ private $accountConfirmation;
116
+
117
/**
118
* Session constructor.
119
*
0 commit comments