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 76b64a4 commit 78f45d3Copy full SHA for 78f45d3
EventListener/EnvelopeListener.php
@@ -27,8 +27,8 @@ class EnvelopeListener implements EventSubscriberInterface
27
private $recipients;
28
29
/**
30
- * @param Address|string $sender
31
- * @param (Address|string)[] $recipients
+ * @param Address|string $sender
+ * @param array<Address|string> $recipients
32
*/
33
public function __construct($sender = null, array $recipients = null)
34
{
0 commit comments