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