mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-20 16:57:36 +03:00
add annotations for thrown exceptions
This commit is contained in:
@@ -50,6 +50,7 @@ class OrderedTimeCodec extends StringCodec
|
||||
*
|
||||
* @param string $bytes
|
||||
* @return UuidInterface
|
||||
* @throws \InvalidArgumentException if string has not 16 characters
|
||||
*/
|
||||
public function decodeBytes($bytes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user