Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-10 15:24:24 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-08-10 15:24:24 +0300
commit782a2df39290fed1b2f1aa921727c41815dcbe1e (patch)
treed9bf6e4a6db0d221f10a94946c6d7a5b1be02fc0 /lib/public/Authentication
parent9c1ee2e0ba84e7ad1f707bdf6080ec3df1680040 (diff)
Add PHP doc for events
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/Authentication')
-rw-r--r--lib/public/Authentication/Events/LoginFailedEvent.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/public/Authentication/Events/LoginFailedEvent.php b/lib/public/Authentication/Events/LoginFailedEvent.php
index b946ba0c664..1e0a66a0b99 100644
--- a/lib/public/Authentication/Events/LoginFailedEvent.php
+++ b/lib/public/Authentication/Events/LoginFailedEvent.php
@@ -29,9 +29,7 @@ namespace OCP\Authentication\Events;
use OCP\EventDispatcher\Event;
/**
- * Class LoginFailedEvent
- *
- * @package OCP\Authentication\Events
+ * Emitted when the authentication fails, but only if the login name can be associated with an existing user.
*
* @since 19.0.0
*/