Skip to content

Commit df0c97c

Browse files
committed
remove unused import and fix phpdocs (#22833: Short-term admin accounts)
1 parent c6f9e6b commit df0c97c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Security/Model/Plugin/AdminUserForm.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
namespace Magento\Security\Model\Plugin;
99

10-
use Magento\Security\Model\UserExpiration;
11-
1210
/**
1311
* Add the `expires_at` form field to the User main form.
1412
*
@@ -99,7 +97,7 @@ public function aroundGetFormHtml(
9997
/**
10098
* Loads a user expiration record by user ID.
10199
*
102-
* @param $userId string
100+
* @param string $userId
103101
* @return string
104102
*/
105103
private function loadUserExpirationByUserId($userId)

0 commit comments

Comments
 (0)