Skip to content

Commit f52921e

Browse files
committed
magento2/issues/29687: Revert @api annotation in Magento\LoginAsCustomerAssistance\Block\Adminhtml\NotAllowedPopup
1 parent 2ba5492 commit f52921e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/code/Magento/LoginAsCustomer/Model/ResourceModel/SaveAuthenticationData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ class SaveAuthenticationData implements SaveAuthenticationDataInterface
4141
private $random;
4242

4343
/**
44-
* @param EncryptorInterface $encryptor
4544
* @param ResourceConnection $resourceConnection
4645
* @param DateTime $dateTime
4746
* @param Random $random
47+
* @param EncryptorInterface $encryptor
4848
*/
4949
public function __construct(
5050
ResourceConnection $resourceConnection,

app/code/Magento/LoginAsCustomerAssistance/Block/Adminhtml/NotAllowedPopup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Pop-up for Login as Customer button then Login as Customer is not allowed.
16-
*
17-
* @api
1816
*/
1917
class NotAllowedPopup extends Template
2018
{
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Magento\LoginAsCustomerAssistance\Block\Adminhtml\NotAllowedPopup

0 commit comments

Comments
 (0)