- 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 !10902Draft: Issue #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.