diff options
Diffstat (limited to 'lib/Authentication.php')
-rw-r--r-- | lib/Authentication.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Authentication.php b/lib/Authentication.php index 99deaacb..ac8ea96a 100644 --- a/lib/Authentication.php +++ b/lib/Authentication.php @@ -31,7 +31,6 @@ * utilized for limiting access to authorized users only. */ class Authentication { - /** * Throw an exception when trying to create a new instance of this class. * Use {@see Authentication::showPromptIfNeeded()} instead! @@ -83,5 +82,4 @@ class Authentication { return false; } - } |