remove wrong return tag
parent
9d172b7082
commit
4a2fc7884c
|
@ -169,7 +169,6 @@ class UnitConvertor
|
||||||
* @param string name of the source unit from which to convert
|
* @param string name of the source unit from which to convert
|
||||||
* @param string name of the target unit to which we are converting
|
* @param string name of the target unit to which we are converting
|
||||||
* @param integer double precision of the end result
|
* @param integer double precision of the end result
|
||||||
* @return void
|
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function convert($value, $from_unit, $to_unit, $precision)
|
function convert($value, $from_unit, $to_unit, $precision)
|
||||||
|
@ -280,4 +279,4 @@ class UnitConvertor
|
||||||
} // end func getConvSpecs
|
} // end func getConvSpecs
|
||||||
|
|
||||||
} // end class UnitConvertor
|
} // end class UnitConvertor
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue