From 98db9482382410ea6df136b021ac03d00a2c739a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sun, 29 May 2022 19:01:00 +0200 Subject: [PATCH] Fix another type error --- .../typo3conf/ext/ep_products/Classes/Service/FilterService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_products/Classes/Service/FilterService.php b/public/typo3conf/ext/ep_products/Classes/Service/FilterService.php index e732895a..1f56a7a2 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/FilterService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/FilterService.php @@ -309,7 +309,7 @@ class FilterService implements SingletonInterface return $this->getNormalizedFilterSettings($filterSettings); } - protected function getTypoScriptSettings(): array + protected function getTypoScriptSettings(): ?array { /** @var ConfigurationManager $configurationManager */ $configurationManager = GeneralUtility::makeInstance(ConfigurationManager::class);