Skip to content

Commit 33921dd

Browse files
author
Roman Lytvynenko
committed
MC-36647: Order can be placed as a customer after session cookie expiration with Persistent Cart enabled
1 parent b551fb8 commit 33921dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Store\Model\StoreManagerInterface;
1616

1717
/**
18-
* Class to invalidate user credentials
18+
* Checks if customer is logged in and authorized in the current store
1919
*/
2020
class Authorization implements AuthorizationInterface
2121
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AuthorizationComposite implements AuthorizationInterface
2222
/**
2323
* AuthorizationComposite constructor.
2424
*
25-
* @param array $authorizationChecks
25+
* @param AuthorizationInterface[] $authorizationChecks
2626
*/
2727
public function __construct(
2828
array $authorizationChecks

0 commit comments

Comments
 (0)