mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-05 01:23:16 +00:00
remove wrong return tag
This commit is contained in:
parent
fc0dda0cd9
commit
90ffd40d58
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue