mirror of
https://github.com/friendica/friendica
synced 2025-02-19 06:46:47 +00:00
Fix PHP 7.4 support
This commit is contained in:
parent
a276337752
commit
a678f41ca7
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ final class AddonInfo
|
|||
array $author,
|
||||
array $maintainer,
|
||||
string $version,
|
||||
string $status,
|
||||
string $status
|
||||
) {
|
||||
$this->id = $id;
|
||||
$this->name = $name;
|
||||
|
|
Loading…
Add table
Reference in a new issue