From 38cd2f6c33c497564c6ee25547fa30fd4d65fd79 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:14:21 -0400 Subject: [PATCH] spelling: with Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Module/BaseNotifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/BaseNotifications.php b/src/Module/BaseNotifications.php index 45975672b..117530d25 100644 --- a/src/Module/BaseNotifications.php +++ b/src/Module/BaseNotifications.php @@ -158,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()