Skip to content

Commit e81b908

Browse files
Merge pull request #109 from Sebobo/patch-1
2 parents 9a42219 + 7a81a2a commit e81b908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Packagist/Api/Result/Package/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class Version extends AbstractResult
2424

2525
protected array $authors = [];
2626

27-
protected ?Source $source;
27+
protected ?Source $source = null;
2828

29-
protected ?Dist $dist;
29+
protected ?Dist $dist = null;
3030

3131
protected string $type = '';
3232

0 commit comments

Comments
 (0)