diff --git a/src/WithSuppressedExceptions.php b/src/WithSuppressedExceptions.php index d4a6a574696af30e0558a6f1a9b94314f87c9232..d1a0316ca6a1c34f2627dd0a00ab7b7499d20adb 100644 --- a/src/WithSuppressedExceptions.php +++ b/src/WithSuppressedExceptions.php @@ -36,7 +36,7 @@ interface WithSuppressedExceptions * If no exceptions were suppressed, an empty array is returned. * This method is thread-safe. Writes to the returned array do not affect future calls to this method. * - * @return \Throwable|array an array containing all of the exceptions that were suppressed to deliver this exception. + * @return \Throwable[]|array an array containing all of the exceptions that were suppressed to deliver this exception. */ public function getSuppressed(): array;