From fa7303bc99ed56e6770928d59e16ee3306e26750 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 27 Mar 2023 03:19:43 +0300 Subject: several tests on user_manager extension --- core/classes/authentication/Core/PasswordTrait.php | 6 +++--- core/classes/authentication/Core/UserManager.php | 10 +++++----- core/classes/authentication/Core/UserManagerInterface.php | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'core/classes/authentication/Core') diff --git a/core/classes/authentication/Core/PasswordTrait.php b/core/classes/authentication/Core/PasswordTrait.php index 2d3cbd2..40a7381 100644 --- a/core/classes/authentication/Core/PasswordTrait.php +++ b/core/classes/authentication/Core/PasswordTrait.php @@ -4,9 +4,9 @@ * @package DevCoder\Authentication\Core * */ -// namespace DevCoder\Authentication\Core; - -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Core; +# +# use DevCoder\Authentication\UserInterface; trait PasswordTrait { diff --git a/core/classes/authentication/Core/UserManager.php b/core/classes/authentication/Core/UserManager.php index 776cee9..a3c1cd5 100644 --- a/core/classes/authentication/Core/UserManager.php +++ b/core/classes/authentication/Core/UserManager.php @@ -4,11 +4,11 @@ * @package DevCoder\Authentication\Core * */ -// namespace DevCoder\Authentication\Core; - -// use DevCoder\Authentication\Token\UserToken; -// use DevCoder\Authentication\Token\UserTokenInterface; -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Core; +# +# use DevCoder\Authentication\Token\UserToken; +# use DevCoder\Authentication\Token\UserTokenInterface; +# use DevCoder\Authentication\UserInterface; class UserManager implements UserManagerInterface { diff --git a/core/classes/authentication/Core/UserManagerInterface.php b/core/classes/authentication/Core/UserManagerInterface.php index 4702992..05110fb 100644 --- a/core/classes/authentication/Core/UserManagerInterface.php +++ b/core/classes/authentication/Core/UserManagerInterface.php @@ -4,10 +4,10 @@ * @package DevCoder\Authentication\Core * */ -// namespace DevCoder\Authentication\Core; - -// use DevCoder\Authentication\Token\UserTokenInterface; -// use DevCoder\Authentication\UserInterface; +# namespace DevCoder\Authentication\Core; +# +# use DevCoder\Authentication\Token\UserTokenInterface; +# use DevCoder\Authentication\UserInterface; interface UserManagerInterface { -- cgit v1.2.3