X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseNotifications.php;h=117530d2567fd1df738e82578e27268a4d8b0b3a;hb=e1863951986ba5be173758324a00652bc5af870c;hp=1190e046dfb6ea8742db87fa4a1a4fd258adae1d;hpb=371b2b22bd89412821b86164d826c3c65401245e;p=friendica.git diff --git a/src/Module/BaseNotifications.php b/src/Module/BaseNotifications.php index 1190e046df..117530d256 100644 --- a/src/Module/BaseNotifications.php +++ b/src/Module/BaseNotifications.php @@ -1,6 +1,6 @@ getLocalUserId()) { throw new ForbiddenException($this->t('Permission denied.')); } @@ -157,7 +158,7 @@ abstract class BaseNotifications extends BaseModule /** * List of pages for the Notifications TabBar * - * @return array with with notifications TabBar data + * @return array with notifications TabBar data * @throws Exception */ private function getTabs()