From f3fc582a529ab1f8290d5b085aea3ce6476e460a Mon Sep 17 00:00:00 2001 From: Alexander Hesse Date: Wed, 11 Jan 2023 15:34:09 +0100 Subject: [PATCH] reenable CompileStatic with full name to fix functional tests --- Classes/Controller/BaseControllerTrait.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classes/Controller/BaseControllerTrait.php b/Classes/Controller/BaseControllerTrait.php index 47e3409..dd8422c 100644 --- a/Classes/Controller/BaseControllerTrait.php +++ b/Classes/Controller/BaseControllerTrait.php @@ -84,6 +84,8 @@ protected function getRepository() } /** + * @Neos\Flow\Annotations\CompileStatic + * * @param ObjectManagerInterface $objectManager * @return array */