Skip to content

Commit

Permalink
Merge pull request #87 from Sebobo/patch-1
Browse files Browse the repository at this point in the history
Fix access error in Maintainer
  • Loading branch information
robbieaverill committed Dec 8, 2022
2 parents 0c5c7e2 + 7ed381c commit 90002e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Packagist/Api/Result/Package/Maintainer.php
Expand Up @@ -8,11 +8,11 @@

class Maintainer extends AbstractResult
{
protected string $name;
protected string $name = '';

protected string $email;
protected string $email = '';

protected string $homepage;
protected string $homepage = '';

public function getName(): string
{
Expand Down

0 comments on commit 90002e5

Please sign in to comment.