File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818
*/
1919
final class MessageMediaOptions implements MessageOptionsInterface
2020
{
21-
private array $options;
22-
23-
public function __construct(array $options = [])
24-
{
25-
$this->options = $options;
21+
public function __construct(
22+
private array $options = [],
23+
) {
2624
}
2725

2826
public function getRecipientId(): ?string

0 commit comments

Comments
 (0)