diff --git a/files/lib/system/endpoint/controller/faq/questions/search/GetSearch.class.php b/files/lib/system/endpoint/controller/faq/questions/search/GetSearch.class.php index cd0fe6e..c6cc64f 100644 --- a/files/lib/system/endpoint/controller/faq/questions/search/GetSearch.class.php +++ b/files/lib/system/endpoint/controller/faq/questions/search/GetSearch.class.php @@ -78,13 +78,3 @@ private function getQuestions(array $questionIDs): array return $questionList->getObjects(); } } - -/** @internal */ -final class GetSearchParameters // phpcs:ignore -{ - public function __construct( - /** @var non-empty-string */ - public readonly string $query, - ) { - } -} diff --git a/files/lib/system/endpoint/controller/faq/questions/search/GetSearchParameters.class.php b/files/lib/system/endpoint/controller/faq/questions/search/GetSearchParameters.class.php new file mode 100644 index 0000000..02015d7 --- /dev/null +++ b/files/lib/system/endpoint/controller/faq/questions/search/GetSearchParameters.class.php @@ -0,0 +1,13 @@ +