Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AssetNotFoundException to handle $assetParam as array #256

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JeremyDunn
Copy link

The Responsive::retrieveAsset() method accepts an array as the $assetParam argument, however the AssetNotFoundException assumes the $assetParam argument is a string. This results in an "array to string conversion" error when the exception is being created.

https://github.com/spatie/statamic-responsive-images/blob/main/src/Responsive.php#L91-L93

@JeremyDunn JeremyDunn changed the title Update AssetNotFoundException to accept $assetParam as array Update AssetNotFoundException to handle $assetParam as array Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant