File tree 3 files changed +10
-3
lines changed
Customer/CustomerData/Plugin
Paypal/Controller/Transparent
lib/internal/Magento/Framework/View 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Framework \Stdlib \Cookie \CookieMetadataFactory ;
10
10
use Magento \Framework \Stdlib \Cookie \PhpCookieManager ;
11
11
12
+ /**
13
+ * Class SessionChecker
14
+ */
12
15
class SessionChecker
13
16
{
14
17
/**
@@ -38,6 +41,8 @@ public function __construct(
38
41
*
39
42
* @param SessionManagerInterface $sessionManager
40
43
* @return void
44
+ * @throws \Magento\Framework\Exception\InputException
45
+ * @throws \Magento\Framework\Stdlib\Cookie\FailureToSendException
41
46
*/
42
47
public function beforeStart (SessionManagerInterface $ sessionManager )
43
48
{
@@ -49,4 +54,4 @@ public function beforeStart(SessionManagerInterface $sessionManager)
49
54
$ this ->cookieManager ->deleteCookie ('mage-cache-sessid ' , $ metadata );
50
55
}
51
56
}
52
- }
57
+ }
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class RequestSecureToken extends \Magento\Framework\App\Action\Action implements
57
57
* @param SecureToken $secureTokenService
58
58
* @param SessionManager $sessionManager
59
59
* @param Transparent $transparent
60
- * @param SessionManagerInterface|null $sessionManagerInterface
60
+ * @param SessionManagerInterface|null $sessionInterface
61
61
*/
62
62
public function __construct (
63
63
Context $ context ,
@@ -122,4 +122,4 @@ private function getErrorResponse()
122
122
]
123
123
);
124
124
}
125
- }
125
+ }
Original file line number Diff line number Diff line change @@ -335,6 +335,8 @@ public function getModuleName()
335
335
}
336
336
337
337
/**
338
+ * Get Front Name
339
+ *
338
340
* @see getModuleName
339
341
*/
340
342
public function getFrontName ()
You can’t perform that action at this time.
0 commit comments