Skip to content

Commit 3159725

Browse files
committed
ACP2E-1025: Fixed static test issues
1 parent fe31d26 commit 3159725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/User/Model/User.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,14 @@ class User extends AbstractModel implements StorageInterface, UserInterface
120120
/**
121121
* @var \Magento\Framework\Mail\Template\TransportBuilder
122122
* @deprecated 101.1.0
123+
* @see \Magento\Framework\Mail\Template\TransportBuilder
123124
*/
124125
protected $_transportBuilder;
125126

126127
/**
127128
* @var \Magento\Store\Model\StoreManagerInterface
128129
* @deprecated 101.1.0
130+
* @see \Magento\Store\Model\StoreManagerInterface
129131
*/
130132
protected $_storeManager;
131133

@@ -147,6 +149,7 @@ class User extends AbstractModel implements StorageInterface, UserInterface
147149
/**
148150
* @var DeploymentConfig
149151
* @deprecated 101.1.0
152+
* @see DeploymentConfig
150153
*/
151154
private $deploymentConfig;
152155

@@ -476,6 +479,7 @@ public function sendPasswordResetConfirmationEmail()
476479
* @throws NotificationExceptionInterface
477480
* @return $this
478481
* @deprecated 100.1.0
482+
* @see Self::sendNotificationEmailsIfRequired()
479483
*/
480484
public function sendPasswordResetNotificationEmail()
481485
{

0 commit comments

Comments
 (0)