Fix in ExtensionAuthor
This commit is contained in:
parent
37fe743f65
commit
ed9bd5e788
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class ExtensionAuthor
|
|||
public $name;
|
||||
public $email;
|
||||
|
||||
public function __construct(string $name, string $email)
|
||||
public function __construct(string $name, ?string $email)
|
||||
{
|
||||
$this->name = $name;
|
||||
$this->email = $email;
|
||||
|
|
Reference in a new issue