From 417ffb589e5a7febe899039fa20bf93711226d29 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 4 Oct 2023 17:52:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- includes/discovery/functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/discovery/functions.inc.php b/includes/discovery/functions.inc.php index 338a492dba9d..7dda21ab64d3 100644 --- a/includes/discovery/functions.inc.php +++ b/includes/discovery/functions.inc.php @@ -33,6 +33,7 @@ * @param string $method name of process discoverying this device * @param array|null $interface Interface this device was discovered on * @return false|int + * * @throws InvalidIpException */ function discover_new_device($hostname, $device, $method, $interface = null)