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 @@ -56,7 +56,7 @@ class RequestSecureToken extends \Magento\Framework\App\Action\Action
56
56
* @param SecureToken $secureTokenService
57
57
* @param SessionManager $sessionManager
58
58
* @param Transparent $transparent
59
- * @param SessionManagerInterface|null $sessionManagerInterface
59
+ * @param SessionManagerInterface|null $sessionInterface
60
60
*/
61
61
public function __construct (
62
62
Context $ context ,
@@ -123,4 +123,4 @@ private function getErrorResponse()
123
123
]
124
124
);
125
125
}
126
- }
126
+ }
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