diff options
Diffstat (limited to 'includes/Notification/TitleAware.php')
-rw-r--r-- | includes/Notification/TitleAware.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Notification/TitleAware.php b/includes/Notification/TitleAware.php index 0727514d9c8e..5c77f1ac5455 100644 --- a/includes/Notification/TitleAware.php +++ b/includes/Notification/TitleAware.php @@ -14,7 +14,6 @@ interface TitleAware { /** * Get the PageIdentity of the related page - * @return PageIdentity */ public function getTitle(): PageIdentity; |