Skip to content

Commit

Permalink
remove unused import and fix phpdocs (#22833: Short-term admin accounts)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfolco committed Oct 15, 2019
1 parent c6f9e6b commit df0c97c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/code/Magento/Security/Model/Plugin/AdminUserForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace Magento\Security\Model\Plugin;

use Magento\Security\Model\UserExpiration;

/**
* Add the `expires_at` form field to the User main form.
*
Expand Down Expand Up @@ -99,7 +97,7 @@ public function aroundGetFormHtml(
/**
* Loads a user expiration record by user ID.
*
* @param $userId string
* @param string $userId
* @return string
*/
private function loadUserExpirationByUserId($userId)
Expand Down

0 comments on commit df0c97c

Please sign in to comment.