Skip to content

Commit 90002e5

Browse files
Merge pull request #87 from Sebobo/patch-1
Fix access error in Maintainer
2 parents 0c5c7e2 + 7ed381c commit 90002e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
class Maintainer extends AbstractResult
1010
{
11-
protected string $name;
11+
protected string $name = '';
1212

13-
protected string $email;
13+
protected string $email = '';
1414

15-
protected string $homepage;
15+
protected string $homepage = '';
1616

1717
public function getName(): string
1818
{

0 commit comments

Comments
 (0)