Fix PHP 7.4 support

This commit is contained in:
Art4 2025-02-04 11:45:32 +00:00
parent a276337752
commit a678f41ca7

View file

@ -82,7 +82,7 @@ final class AddonInfo
array $author,
array $maintainer,
string $version,
string $status,
string $status
) {
$this->id = $id;
$this->name = $name;