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.
2 parents 9485c4a + 78b7ffc commit 6305d8bCopy full SHA for 6305d8b
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