mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
add annotations for thrown exceptions
This commit is contained in:
@@ -27,6 +27,8 @@ interface TimeConverterInterface
|
||||
* @param string $seconds
|
||||
* @param string $microSeconds
|
||||
* @return string[] An array guaranteed to contain `low`, `mid`, and `high` keys
|
||||
* @throws \Ramsey\Uuid\Exception\UnsatisfiedDependencyException if called on a 32-bit system and
|
||||
* `Moontoast\Math\BigNumber` is not present
|
||||
* @link http://tools.ietf.org/html/rfc4122#section-4.2.2
|
||||
*/
|
||||
public function calculateTime($seconds, $microSeconds);
|
||||
|
||||
Reference in New Issue
Block a user