Autologin: Fix PHPDoc

This commit is contained in:
Eric Lippmann 2014-06-11 15:33:33 +02:00
parent 992ccf4f6d
commit 7d2ee41f42

View File

@ -31,13 +31,11 @@ class AutoLoginBackend extends UserBackend
} }
/** /**
* (PHP 5 &gt;= 5.1.0)<br/> * Count the available users
* Count elements of an object *
* @link http://php.net/manual/en/countable.count.php * Autologin backends will always return 1
* @return int The custom count as an integer. *
* </p> * @return int
* <p>
* The return value is cast to an integer.
*/ */
public function count() public function count()
{ {