diff --git a/library/Icinga/Web/Hook.php b/library/Icinga/Web/Hook.php index bbdd7f483..b09851898 100644 --- a/library/Icinga/Web/Hook.php +++ b/library/Icinga/Web/Hook.php @@ -8,7 +8,8 @@ use Icinga\Application\Hook as NewHookImplementation; /** * Icinga Web Hook registry * - * Deprecated, please use Icinga\Application\Hook instead + * @deprecated It is highly recommended to use {@see Icinga\Application\Hook} instead. Though since this message + * (or rather the previous message) hasn't been visible for ages... This won't be removed anyway.... */ class Hook extends NewHookImplementation {