> - RFC: https://wiki.php.net/rfc/bound_erased_generic_types
A few updates were made to the RFC today: - Migration diff: full patch showing PSL's Graph package moving from `@template` to native syntax. https://wiki.php.net/rfc/bound_erased_generic_types#migrating_from_docblock_generics - Secondary vote on variance markers: `+T`/`-T` vs `in T`/`out T`. - Performance section: https://wiki.php.net/rfc/bound_erased_generic_types#performance - Enforcement framing is promoted; turbofish optionality now leads its section. - `ReflectionGenericVariance` is now a unit enum. Thanks to everyone who has reviewed. Cheers, Seifeddine.
