From d82eb98c21e3fc1c5787602285636a3e9a19533f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 6 Apr 2016 16:03:16 +0200 Subject: [PATCH] Added missing since tags/attributes --- .../system/edit/IHistorySavingObjectTypeProvider.class.php | 2 +- .../files/lib/system/search/ISearchableObjectType.class.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php b/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php index b1bfdfef17..3c0290c73b 100644 --- a/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php +++ b/wcfsetup/install/files/lib/system/edit/IHistorySavingObjectTypeProvider.class.php @@ -28,7 +28,7 @@ interface IHistorySavingObjectTypeProvider extends IObjectTypeProvider { * Returns the identifier of the appropriate page menu item. * * @return string - * @deprecated + * @deprecated since 2.2 */ public function getActivePageMenuItem(); } diff --git a/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php b/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php index 68c3b38de6..7d0ad932ff 100644 --- a/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php +++ b/wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php @@ -128,6 +128,8 @@ interface ISearchableObjectType { /** * Sets the location in menu/breadcrumbs. + * + * @since 2.2 */ public function setLocation(); @@ -135,7 +137,7 @@ interface ISearchableObjectType { * Returns the name of the active main menu item. * * @return string - * @deprecated + * @deprecated since 2.2 */ public function getActiveMenuItem(); } -- 2.20.1