diff --git a/includes/polling/applications/ss.inc.php b/includes/polling/applications/ss.inc.php index a4dfcd1bbc85..34679c4e3d2b 100644 --- a/includes/polling/applications/ss.inc.php +++ b/includes/polling/applications/ss.inc.php @@ -17,14 +17,14 @@ /** * Performs a data update and returns the updated metrics. * - * @param class $device - * @param string $app_id - * @param array $fields - * @param array $metrics - * @param string $name - * @param string $polling_type - * @param class $rrd_def - * @param string $gen_type + * @param class $device + * @param string $app_id + * @param array $fields + * @param array $metrics + * @param string $name + * @param string $polling_type + * @param class $rrd_def + * @param string $gen_type * @return $metrics */ function ss_data_update_helper($device, $app_id, $fields, $metrics, $name, $polling_type, $rrd_def, $gen_type) diff --git a/includes/polling/applications/systemd.inc.php b/includes/polling/applications/systemd.inc.php index f691e4731df5..09dd74887d38 100644 --- a/includes/polling/applications/systemd.inc.php +++ b/includes/polling/applications/systemd.inc.php @@ -17,14 +17,14 @@ /** * Performs a data update and returns the updated metrics. * - * @param class $device - * @param string $app_id - * @param array $fields - * @param array $metrics - * @param string $name - * @param string $polling_type - * @param class $rrd_def - * @param string $state_type + * @param class $device + * @param string $app_id + * @param array $fields + * @param array $metrics + * @param string $name + * @param string $polling_type + * @param class $rrd_def + * @param string $state_type * @return $metrics */ function systemd_data_update_helper($device, $app_id, $fields, $metrics, $name, $polling_type, $rrd_def, $state_type)