UuidInterface#getInteger() should return a string as per pre-existing declaration

This commit is contained in:
Marco Pivetta
2019-12-27 17:16:02 +01:00
committed by Ben Ramsey
parent 12896f06db
commit 667d42b5ce
+1 -1
View File
@@ -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();