]> git.mxchange.org Git - friendica.git/commitdiff
Fix support for PHP 7.4
authorArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 10:31:47 +0000 (10:31 +0000)
committerArt4 <art4@wlabs.de>
Thu, 23 Jan 2025 10:31:47 +0000 (10:31 +0000)
src/Model/ItemInserter.php

index 85b33e6dfc49200d5b1c367eb1cd634946a5a2d1..a4afc7aa9fe4e0ec449748f827755d9623783b82 100644 (file)
@@ -35,7 +35,7 @@ final class ItemInserter
                ItemContent $itemContent,
                Activity $activity,
                LoggerInterface $logger,
-               BaseURL $baseURL,
+               BaseURL $baseURL
        ) {
                $this->itemContent = $itemContent;
                $this->activity    = $activity;