Skip to content
Snippets Groups Projects
Commit 9947556e authored by Jan Kuchař's avatar Jan Kuchař
Browse files

fixed type error

parent 9ed27442
No related branches found
No related tags found
No related merge requests found
Pipeline #13393 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment