mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Discovery
: Fix return type of the static method discover()
This commit is contained in:
parent
4acee8ab06
commit
a317c5981f
@ -130,7 +130,7 @@ class Discovery
|
|||||||
* @param $host The host on which to execute the discovery
|
* @param $host The host on which to execute the discovery
|
||||||
* @param $port The port on which to execute the discovery
|
* @param $port The port on which to execute the discovery
|
||||||
*
|
*
|
||||||
* @return Discover The resulting Discovery
|
* @return Discovery The resulting Discovery
|
||||||
*/
|
*/
|
||||||
public static function discover($host, $port)
|
public static function discover($host, $port)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user