collection default template

This commit is contained in:
Yurii
2026-02-26 11:57:53 +02:00
parent 29a5d39768
commit feac638722
+1 -1
View File
@@ -35,7 +35,7 @@ use stdClass;
/**
* A collection of entities.
*
* @template-covariant TEntity of Entity
* @template-covariant TEntity of Entity = Entity
* @extends Traversable<int, TEntity>
*/
interface Collection extends Traversable