From 6b40c56473c35df39fd6baeebe99b3a73816d5f1 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 3 Dec 2024 15:31:27 -0500 Subject: [PATCH] Updated PhpDoc --- src/PsyncLib/Psync.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PsyncLib/Psync.php b/src/PsyncLib/Psync.php index c629a8e..6b7a14e 100644 --- a/src/PsyncLib/Psync.php +++ b/src/PsyncLib/Psync.php @@ -131,6 +131,7 @@ * * @return array An associative array containing the results of each promise, * indexed by their unique identifiers (UUIDs). + * @throws Throwable */ public static function wait(): array {