]> git.mxchange.org Git - friendica.git/commitdiff
Fix PHP 7.4 support
authorArt4 <art4@wlabs.de>
Tue, 4 Feb 2025 11:45:32 +0000 (11:45 +0000)
committerArt4 <art4@wlabs.de>
Tue, 4 Feb 2025 11:45:32 +0000 (11:45 +0000)
src/Core/Addon/AddonInfo.php

index 854803b958092be16de57416de4c79942891e0de..3f05c2e15be80f4d360bef9e7caa563936419060 100644 (file)
@@ -82,7 +82,7 @@ final class AddonInfo
                array $author,
                array $maintainer,
                string $version,
-               string $status,
+               string $status
        ) {
                $this->id          = $id;
                $this->name        = $name;