From 2e80804d2bf44f45a44d5d34956fcf7cb4a29c00 Mon Sep 17 00:00:00 2001 From: Tomasz Kryszan Date: Thu, 24 Oct 2024 09:17:39 +0200 Subject: [PATCH] [SonarCloud] Fixed reported issue --- tests/lib/Search/Query/Utils/Stub/TestCriterion.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/Search/Query/Utils/Stub/TestCriterion.php b/tests/lib/Search/Query/Utils/Stub/TestCriterion.php index 8bd4112..5cfbeca 100644 --- a/tests/lib/Search/Query/Utils/Stub/TestCriterion.php +++ b/tests/lib/Search/Query/Utils/Stub/TestCriterion.php @@ -14,6 +14,7 @@ final class TestCriterion extends Criterion { public function __construct() { + // No implementation needed. Used for test purposes only. } public function getSpecifications(): array