From 33e39eb45a6abf56c9822492caf2212102fbe250 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 3 Dec 2024 15:30:51 -0500 Subject: [PATCH] Updated __toString() PhpDoc --- src/PsyncLib/P.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PsyncLib/P.php b/src/PsyncLib/P.php index 83f2eb4..4c1c84b 100644 --- a/src/PsyncLib/P.php +++ b/src/PsyncLib/P.php @@ -55,7 +55,9 @@ } /** + * Converts the object to its string representation. * + * @return string The UUID of the object. */ public function __toString(): string {