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 993332b commit c78921dCopy full SHA for c78921d
MessageBirdOptions.php
@@ -18,11 +18,9 @@
18
*/
19
final class MessageBirdOptions implements MessageOptionsInterface
20
{
21
- private array $options;
22
-
23
- public function __construct(array $options = [])
24
- {
25
- $this->options = $options;
+ public function __construct(
+ private array $options = [],
+ ) {
26
}
27
28
public function getRecipientId(): ?string
0 commit comments