]> git.mxchange.org Git - friendica-addons.git/commitdiff
remove wrong return tag
authorArt4 <art4@wlabs.de>
Wed, 27 Nov 2024 11:38:55 +0000 (11:38 +0000)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 1 Dec 2024 02:20:18 +0000 (03:20 +0100)
convert/UnitConvertor.php

index d7933a8fb40525d2527843e2bb248fcfd1ad3e04..a3650e9bbd4cb86670a59fbf7c88aacf20443e6f 100644 (file)
@@ -169,7 +169,6 @@ class UnitConvertor
        * @param    string    name of the source unit from which to convert\r
     * @param    string    name of the target unit to which we are converting\r
     * @param    integer   double precision of the end result\r
-    * @return   void\r
     * @access   public\r
     */\r
        function convert($value, $from_unit, $to_unit, $precision)\r
@@ -280,4 +279,4 @@ class UnitConvertor
        } // end func getConvSpecs\r
        \r
 } // end class UnitConvertor\r
-?>
\ No newline at end of file
+?>\r