|
@@ -23,14 +23,14 @@ interface UserCheckerInterface
|
|
|
/**
|
|
|
* Checks the user account before authentication.
|
|
|
*
|
|
|
- * @param UserInterface $user An UserInterface instance
|
|
|
+ * @param UserInterface $user a UserInterface instance
|
|
|
*/
|
|
|
function checkPreAuth(UserInterface $user);
|
|
|
|
|
|
/**
|
|
|
* Checks the user account after authentication.
|
|
|
*
|
|
|
- * @param UserInterface $user An UserInterface instance
|
|
|
+ * @param UserInterface $user a UserInterface instance
|
|
|
*/
|
|
|
function checkPostAuth(UserInterface $user);
|
|
|
}
|