Skip to content

Commit

Permalink
Merge pull request #5099 from mhsdesign/task/adjustGenericsTemplateTa…
Browse files Browse the repository at this point in the history
…gForProjectionFactoryInterface

TASK: Use correct @template-covariant tag for ProjectionFactoryInterface
  • Loading branch information
mhsdesign authored Jun 13, 2024
2 parents 3450b04 + 4cbe2a4 commit 6d9f639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Neos\ContentRepository\Core\Factory\ProjectionFactoryDependencies;

/**
* @template T of ProjectionInterface
* @template-covariant T of ProjectionInterface
* @api
*/
interface ProjectionFactoryInterface
Expand Down

0 comments on commit 6d9f639

Please sign in to comment.