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(); }