diff --git a/modules/monitoring/library/Monitoring/Plugin/Perfdata.php b/modules/monitoring/library/Monitoring/Plugin/Perfdata.php index 476354a66..eecf835a4 100644 --- a/modules/monitoring/library/Monitoring/Plugin/Perfdata.php +++ b/modules/monitoring/library/Monitoring/Plugin/Perfdata.php @@ -350,10 +350,10 @@ class Perfdata /** * Return the given value converted to its smallest supported representation * - * @param string $value The value to convert - * @param string $fromUnit The unit the value currently represents + * @param string $value The value to convert + * @param string $fromUnit The unit the value currently represents * - * @return null|float Null in case the value is not a number + * @return ThresholdRange|null|float Null in case the value is not a number */ protected static function convert($value, $fromUnit = null) {