Really mark class `Icinga\Web\Hook` deprecated -.-

I would have removed it, but the deprecation notice wasn't
defined properly and so not visible for more than six years.
Now even our own projects make still use of it thoroughly..
This commit is contained in:
Johannes Meyer 2022-05-13 15:16:12 +02:00
parent f8e1137060
commit 9ef344d3b2
1 changed files with 2 additions and 1 deletions

View File

@ -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
{