summaryrefslogtreecommitdiffstats
path: root/core/Notification/RemoveLinkSharesNotifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Notification/RemoveLinkSharesNotifier.php')
-rw-r--r--core/Notification/RemoveLinkSharesNotifier.php2
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);