summaryrefslogtreecommitdiff
path: root/core/classes/authentication/Core
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-27 03:19:43 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-27 03:19:43 +0300
commitfa7303bc99ed56e6770928d59e16ee3306e26750 (patch)
tree68e475e778764d1d50d16375567995432b3fd15f /core/classes/authentication/Core
parente32735e01bab8f73ce0fb0413254cfd8e18249e2 (diff)
downloadclassroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.gz
classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.tar.bz2
classroom-fa7303bc99ed56e6770928d59e16ee3306e26750.zip
several tests on user_manager extension
Diffstat (limited to 'core/classes/authentication/Core')
-rw-r--r--core/classes/authentication/Core/PasswordTrait.php6
-rw-r--r--core/classes/authentication/Core/UserManager.php10
-rw-r--r--core/classes/authentication/Core/UserManagerInterface.php8
3 files changed, 12 insertions, 12 deletions
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
{