mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
Autologin: Fix PHPDoc
This commit is contained in:
parent
992ccf4f6d
commit
7d2ee41f42
@ -31,13 +31,11 @@ class AutoLoginBackend extends UserBackend
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* (PHP 5 >= 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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user