File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/User/Model Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments