From: Art4 Date: Tue, 4 Feb 2025 11:45:32 +0000 (+0000) Subject: Fix PHP 7.4 support X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a678f41ca70de6af7beae29119012e80d80a89eb;p=friendica.git Fix PHP 7.4 support --- diff --git a/src/Core/Addon/AddonInfo.php b/src/Core/Addon/AddonInfo.php index 854803b958..3f05c2e15b 100644 --- a/src/Core/Addon/AddonInfo.php +++ b/src/Core/Addon/AddonInfo.php @@ -82,7 +82,7 @@ final class AddonInfo array $author, array $maintainer, string $version, - string $status, + string $status ) { $this->id = $id; $this->name = $name;