[ci skip] Update documentation

This commit is contained in:
Ben Ramsey
2020-03-01 23:59:58 -06:00
parent bb78f0e598
commit cbd6a45a6a
29 changed files with 601 additions and 43 deletions
+4 -4
View File
@@ -74,24 +74,24 @@ interface UuidInterface extends
public function getFields(): FieldsInterface;
/**
* Returns the hexadecimal string representation of the UUID
* Returns the hexadecimal representation of the UUID
*/
public function getHex(): Hexadecimal;
/**
* Returns the integer value of the UUID as a string
* Returns the integer representation of the UUID
*/
public function getInteger(): IntegerObject;
/**
* Returns a string representation of the UUID
* Returns the string standard representation of the UUID
*
* @psalm-return non-empty-string
*/
public function toString(): string;
/**
* Casts the UUID to a string representation
* Casts the UUID to the string standard representation
*
* @psalm-return non-empty-string
*/