Improvements
- Helper annotations now emit a generic
extendstag so PHPStan stops reportingmissingType.genericson app and plugin helpers. It is gated by a reflection check on the base View Helper, so it self-disables on cores where the base helper is not generic and never emits an over-specified generic on a non-generic parent.
Full Changelog: 2.19.2...2.19.3