From 4cbe2a40361c43db46c371cb66116fccfe52849b Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Mon, 27 May 2024 09:59:19 +0200 Subject: [PATCH] TASK: Use correct @template-covariant tag for ProjectionFactoryInterface See also https://github.com/neos/neos-development-collection/commit/329330e02b6b3aec50c1c3e041306f67ce59809d See https://phpstan.org/blog/whats-up-with-template-covariant --- .../Classes/Projection/ProjectionFactoryInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.ContentRepository.Core/Classes/Projection/ProjectionFactoryInterface.php b/Neos.ContentRepository.Core/Classes/Projection/ProjectionFactoryInterface.php index e1609e6e6be..6c0de0992d5 100644 --- a/Neos.ContentRepository.Core/Classes/Projection/ProjectionFactoryInterface.php +++ b/Neos.ContentRepository.Core/Classes/Projection/ProjectionFactoryInterface.php @@ -7,7 +7,7 @@ use Neos\ContentRepository\Core\Factory\ProjectionFactoryDependencies; /** - * @template T of ProjectionInterface + * @template-covariant T of ProjectionInterface * @api */ interface ProjectionFactoryInterface