Updated __toString() PhpDoc

This commit is contained in:
netkas 2024-12-03 15:30:51 -05:00
parent e9b48f7e9f
commit 33e39eb45a

View file

@ -55,7 +55,9 @@
}
/**
* Converts the object to its string representation.
*
* @return string The UUID of the object.
*/
public function __toString(): string
{