From 7d2ee41f4247ee1340e7d9044399e8af3eb70a29 Mon Sep 17 00:00:00 2001
From: Eric Lippmann
- * Count elements of an object
- * @link http://php.net/manual/en/countable.count.php
- * @return int The custom count as an integer.
- *
- * The return value is cast to an integer. + * Count the available users + * + * Autologin backends will always return 1 + * + * @return int */ public function count() { @@ -73,8 +71,8 @@ class AutoLoginBackend extends UserBackend /** * Authenticate * - * @param User $user - * @param string $password + * @param User $user + * @param string $password * * @return bool */