]> git.mxchange.org Git - friendica.git/commitdiff
Fix compat with PHP 7.4
authorArt4 <art4@wlabs.de>
Fri, 11 Apr 2025 08:32:05 +0000 (08:32 +0000)
committerArt4 <art4@wlabs.de>
Fri, 11 Apr 2025 08:32:05 +0000 (08:32 +0000)
src/Navigation/Notifications/Repository/Notify.php

index 7f55fd1a4890630a711338a9666db1b63213becd..0e572e9c61c6fcedc63a26a8423afc9c9f931ab9 100644 (file)
@@ -71,7 +71,7 @@ class Notify extends BaseRepository
                Emailer $emailer,
                Factory\Notification $notification,
                EventDispatcherInterface $eventDispatcher,
-               Factory\Notify $factory = null,
+               Factory\Notify $factory = null
        ) {
                $this->l10n         = $l10n;
                $this->baseUrl      = $baseUrl;