Add Stringable as type for $path of save()
Author: olivervogelCreated Jul 14, 2026Updated Jul 14, 2026
Labelsmajor-release
Describe the feature you'd like
Currently, it is only possible to pass null or a string as an argument for $path in ImageInterface::save(). Adding Stringable would be a useful addition.
Source: Intervention/image