Skip to content

Commit df77171

Browse files
committed
Merge branch 'hotfix/0.12.8' into dev
2 parents ef47b5a + 14450ec commit df77171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Feature/Subscribed/SubscribedFeaturesCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class SubscribedFeaturesCollection extends AbstractFeaturesCollection impl
2121
{
2222
public const KIND = 'subscribed';
2323

24-
public function __construct(array $elements = [])
24+
public function __construct(?array $elements = [])
2525
{
2626
parent::__construct(self::KIND, $elements);
2727
}

0 commit comments

Comments
 (0)