Skip to content

Commit

Permalink
Improved documentation for PhpUnitsOfMeasure#62
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpaolocira committed Dec 5, 2016
1 parent ef4c652 commit a8ddf71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/PhysicalQuantityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit a8ddf71

Please sign in to comment.