Skip to content

Commit 233a81a

Browse files
committed
MC-33148: Fix static tests
1 parent 1efab36 commit 233a81a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app/code/Magento/Customer/Controller/Account/Confirm.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/**
2525
* Class Confirm
2626
*
27+
* Confirm class is responsible for account confirmation flow
28+
*
2729
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2830
*/
2931
class Confirm extends AbstractAccount implements HttpGetActionInterface

app/code/Magento/Customer/Controller/Account/LoginPost.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ class LoginPost extends AbstractAccount implements CsrfAwareActionInterface, Htt
6767
*/
6868
private $cookieMetadataManager;
6969

70+
/**
71+
* @var CustomerUrl
72+
*/
73+
private $customerUrl;
74+
7075
/**
7176
* @param Context $context
7277
* @param Session $customerSession

0 commit comments

Comments
 (0)