Skip to content

Commit

Permalink
fix static
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie authored May 19, 2020
1 parent 6a69a8f commit 877a017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/code/Magento/Security/Model/Plugin/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public function __construct(
}

/**
* Add warning message if other sessions terminated
*
* @param \Magento\Backend\Model\Auth $authModel
* @return void
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
Expand All @@ -48,6 +50,8 @@ public function afterLogin(\Magento\Backend\Model\Auth $authModel)
}

/**
* Handle logout process
*
* @param \Magento\Backend\Model\Auth $authModel
* @return void
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
Expand Down

0 comments on commit 877a017

Please sign in to comment.