Skip to content

Commit 85bddbb

Browse files
Add types to public and protected properties
1 parent 297a7c4 commit 85bddbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Share/AbstractLinkedInShare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
abstract class AbstractLinkedInShare
1818
{
19-
protected $options = [];
19+
protected array $options = [];
2020

2121
public function toArray(): array
2222
{

0 commit comments

Comments
 (0)