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 b551fb8 commit 33921ddCopy full SHA for 33921dd
app/code/Magento/Customer/Model/Customer/Authorization.php
@@ -15,7 +15,7 @@
15
use Magento\Store\Model\StoreManagerInterface;
16
17
/**
18
- * Class to invalidate user credentials
+ * Checks if customer is logged in and authorized in the current store
19
*/
20
class Authorization implements AuthorizationInterface
21
{
app/code/Magento/Customer/Model/Customer/AuthorizationComposite.php
@@ -22,7 +22,7 @@ class AuthorizationComposite implements AuthorizationInterface
22
23
* AuthorizationComposite constructor.
24
*
25
- * @param array $authorizationChecks
+ * @param AuthorizationInterface[] $authorizationChecks
26
27
public function __construct(
28
array $authorizationChecks
0 commit comments