- Issue created by @neclimdul
- ๐บ๐ธUnited States neclimdul Houston, TX
This actually shows up in the phpstan report as well.
I think this might actually be a dead method as well so removing it might also be an option. It just proxies through to the storage method of the similar name(different capitalization) and using that might be the correct way of accomplishing this.
- First commit to issue fork.
- Merge request !10902Issue #3498540: Added method to ImageStyleInterface โ (Open) created by shalini_jha
- ๐บ๐ธUnited States neclimdul Houston, TX
Looks good for the straightforward fix.
Will leave questions of the not strictly camelcacse code and possible code removal to committer review and RTBC this.
- ๐ฎ๐ณIndia shalini_jha
@quietone You are correct. I have also checked the usage of ImageStyle::getReplacementID, and I could not find any.
- ๐ฌ๐งUnited Kingdom catch
I think @quietone is right and we should deprecate this instead.
- Status changed to Needs review
about 7 hours ago 8:33am 24 April 2025 - ๐ฎ๐ณIndia shalini_jha
Iโve deprecated the getReplacementID() method after confirming it isnโt used in core or contrib, and I followed a similar approach to other deprecated methods. Moving this NR , Could you please review and let me know if anything needs to be updated or improved?
Thank you for the guidance!