You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the feature you'd like
Currently, it is only possible to pass
nullor astringas an argument for$pathinImageInterface::save(). AddingStringablewould be a useful addition.