What's Changed
- Revert breaking interface change on
registerAllMediaConversions()— the?Media $media = nullparameter that was added to theHasMediainterface in v11.18.0 has been removed, as it broke userland code that overrides the method without the parameter. The PHPStan error is now handled via the baseline instead. Fixes #3915.