From fbc4e807425c77aee98e0242f5683227fe78bcab Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 1 Jun 2022 13:54:22 +0200 Subject: [PATCH] BaseFilter: Add deprecation notice --- library/Icingadb/Common/BaseFilter.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/Icingadb/Common/BaseFilter.php b/library/Icingadb/Common/BaseFilter.php index a4f69837..10ddafe9 100644 --- a/library/Icingadb/Common/BaseFilter.php +++ b/library/Icingadb/Common/BaseFilter.php @@ -6,6 +6,9 @@ namespace Icinga\Module\Icingadb\Common; use ipl\Stdlib\Filter\Rule; +/** + * @deprecated Use {@see \ipl\Stdlib\BaseFilter} instead. This will be removed with version 1.1 + */ trait BaseFilter { /** @var Rule Base filter */