From feac6387228ab7c9a358c180aecc0c4748c02c66 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 26 Feb 2026 11:57:53 +0200 Subject: [PATCH] collection default template --- application/Espo/ORM/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/ORM/Collection.php b/application/Espo/ORM/Collection.php index 99712667f8..8d4e8fe81f 100644 --- a/application/Espo/ORM/Collection.php +++ b/application/Espo/ORM/Collection.php @@ -35,7 +35,7 @@ use stdClass; /** * A collection of entities. * - * @template-covariant TEntity of Entity + * @template-covariant TEntity of Entity = Entity * @extends Traversable */ interface Collection extends Traversable