Skip to content

Commit 877a017

Browse files
fix static
1 parent 6a69a8f commit 877a017

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/Security/Model/Plugin

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public function __construct(
3535
}
3636

3737
/**
38+
* Add warning message if other sessions terminated
39+
*
3840
* @param \Magento\Backend\Model\Auth $authModel
3941
* @return void
4042
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
@@ -48,6 +50,8 @@ public function afterLogin(\Magento\Backend\Model\Auth $authModel)
4850
}
4951

5052
/**
53+
* Handle logout process
54+
*
5155
* @param \Magento\Backend\Model\Auth $authModel
5256
* @return void
5357
* @SuppressWarnings(PHPMD.UnusedFormalParameter)

0 commit comments

Comments
 (0)