`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 $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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue