From a8ddf712fbb78869daf0cb0b2289d40b4c84cc00 Mon Sep 17 00:00:00 2001 From: pierpaolocira Date: Mon, 5 Dec 2016 22:45:09 +0100 Subject: [PATCH] Improved documentation for #62 --- source/PhysicalQuantityInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/PhysicalQuantityInterface.php b/source/PhysicalQuantityInterface.php index 2cdb671..c1e8ef9 100644 --- a/source/PhysicalQuantityInterface.php +++ b/source/PhysicalQuantityInterface.php @@ -86,6 +86,8 @@ public static function isUnitDefined($name); * Return a list of all the unit of measure defined in the current physical quantity * * @return array of all units as strings. + * Keys of the array are the units of measure; for any key the value is + * another array containing all aliases. */ public static function listAllUnits(); }