From 120621ec8e73bfd0c9e9b41bdaf452ba656a744e Mon Sep 17 00:00:00 2001 From: tischsoic Date: Thu, 18 Apr 2024 10:14:27 +0200 Subject: [PATCH] Delete unnecessary comment --- .../Content/Common/Gateway/CriterionHandler/IsContainer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php index 4c13e76cb2..d018371b84 100644 --- a/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php +++ b/src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/IsContainer.php @@ -14,9 +14,6 @@ use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter; use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler; -/** - * Content type group criterion handler. - */ final class IsContainer extends CriterionHandler { public function accept(Criterion $criterion): bool