We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c78aa commit 5be2a1eCopy full SHA for 5be2a1e
src/Symfony/Component/Messenger/Exception/HandlerFailedException.php
@@ -20,7 +20,7 @@ class HandlerFailedException extends RuntimeException implements WrappedExceptio
20
private Envelope $envelope;
21
22
/**
23
- * @param array<\Throwable> $exceptions The name of the handler should be given as key
+ * @param \Throwable[] $exceptions The name of the handler should be given as key
24
*/
25
public function __construct(Envelope $envelope, array $exceptions)
26
{
0 commit comments