Updated __toString() PhpDoc
This commit is contained in:
parent
e9b48f7e9f
commit
33e39eb45a
1 changed files with 2 additions and 0 deletions
|
@ -55,7 +55,9 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* Converts the object to its string representation.
|
||||
*
|
||||
* @return string The UUID of the object.
|
||||
*/
|
||||
public function __toString(): string
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue