From 9947556ee05a86730647a920eb3b641f6589ec75 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Tue, 6 Nov 2018 13:23:36 +0100
Subject: [PATCH] fixed type error

---
 src/WithSuppressedExceptions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/WithSuppressedExceptions.php b/src/WithSuppressedExceptions.php
index d4a6a57..d1a0316 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;
 
-- 
GitLab