Skip to content

Commit c6bff21

Browse files
Use CPP where possible
1 parent 7a9a916 commit c6bff21

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

LinkedInOptions.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
*/
2424
final class LinkedInOptions implements MessageOptionsInterface
2525
{
26-
private array $options = [];
27-
28-
public function __construct(array $options = [])
29-
{
30-
$this->options = $options;
26+
public function __construct(
27+
private array $options = [],
28+
) {
3129
}
3230

3331
public function toArray(): array

0 commit comments

Comments
 (0)