mirror of
https://github.com/friendica/friendica
synced 2025-02-22 02:46:48 +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 $author,
|
||||||
array $maintainer,
|
array $maintainer,
|
||||||
string $version,
|
string $version,
|
||||||
string $status,
|
string $status
|
||||||
) {
|
) {
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue