`Discovery`: Fix return type of the static method `discover()`

This commit is contained in:
raviks789 2023-08-15 11:03:29 +02:00
parent 4acee8ab06
commit a317c5981f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{