diff options
Diffstat (limited to 'lib/private/notification/inotification.php')
-rw-r--r-- | lib/private/notification/inotification.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/private/notification/inotification.php b/lib/private/notification/inotification.php index 0a47b57aa11..921f0779b92 100644 --- a/lib/private/notification/inotification.php +++ b/lib/private/notification/inotification.php @@ -79,8 +79,7 @@ interface INotification { * @param string $id * @return $this * @throws \InvalidArgumentException if the object type or id is invalid - * @since 8.2.0 - * @changed 9.0.0 Type of $id changed to string + * @since 8.2.0 - 9.0.0: Type of $id changed to string */ public function setObject($type, $id); @@ -92,8 +91,7 @@ interface INotification { /** * @return string - * @since 8.2.0 - * @changed 9.0.0 Return type changed to string + * @since 8.2.0 - 9.0.0: Return type changed to string */ public function getObjectId(); |