mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
UuidInterface#getInteger() should return a string as per pre-existing declaration
This commit is contained in:
committed by
Ben Ramsey
parent
12896f06db
commit
667d42b5ce
@@ -129,7 +129,7 @@ interface UuidInterface extends JsonSerializable, Serializable
|
||||
/**
|
||||
* Returns the 128-bit integer value of the UUID as a string
|
||||
*
|
||||
* @return mixed
|
||||
* @return string
|
||||
*/
|
||||
public function getInteger();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user