diff options
Diffstat (limited to 'core/Notification/RemoveLinkSharesNotifier.php')
-rw-r--r-- | core/Notification/RemoveLinkSharesNotifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Notification/RemoveLinkSharesNotifier.php b/core/Notification/RemoveLinkSharesNotifier.php index 3976dfb91c5..d4afe7239f1 100644 --- a/core/Notification/RemoveLinkSharesNotifier.php +++ b/core/Notification/RemoveLinkSharesNotifier.php @@ -60,7 +60,7 @@ class RemoveLinkSharesNotifier implements INotifier { } public function prepare(INotification $notification, string $languageCode): INotification { - if($notification->getApp() !== 'core') { + if ($notification->getApp() !== 'core') { throw new \InvalidArgumentException(); } $l = $this->l10nFactory->get('core', $languageCode); |