From 4a2fc7884c4315ca356efbfdf57f23a643b697a6 Mon Sep 17 00:00:00 2001 From: Art4 Date: Wed, 27 Nov 2024 11:38:55 +0000 Subject: [PATCH] remove wrong return tag --- convert/UnitConvertor.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/convert/UnitConvertor.php b/convert/UnitConvertor.php index d7933a8f..a3650e9b 100644 --- a/convert/UnitConvertor.php +++ b/convert/UnitConvertor.php @@ -169,7 +169,6 @@ class UnitConvertor * @param string name of the source unit from which to convert * @param string name of the target unit to which we are converting * @param integer double precision of the end result - * @return void * @access public */ function convert($value, $from_unit, $to_unit, $precision) @@ -280,4 +279,4 @@ class UnitConvertor } // end func getConvSpecs } // end class UnitConvertor -?> \ No newline at end of file +?>