From: Art4 Date: Fri, 11 Apr 2025 08:32:05 +0000 (+0000) Subject: Fix compat with PHP 7.4 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1abd5735682c4d0df9c25b8c84a5cc142b8680a;p=friendica.git Fix compat with PHP 7.4 --- diff --git a/src/Navigation/Notifications/Repository/Notify.php b/src/Navigation/Notifications/Repository/Notify.php index 7f55fd1a48..0e572e9c61 100644 --- a/src/Navigation/Notifications/Repository/Notify.php +++ b/src/Navigation/Notifications/Repository/Notify.php @@ -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;