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

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

JeremyDunn
Copy link
Contributor

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@JeremyDunn JeremyDunn changed the title Update AssetNotFoundException to accept $assetParam as array Update AssetNotFoundException to handle $assetParam as array Jan 10, 2025
@riasvdv riasvdv merged commit 75ba3a5 into spatie:main Feb 11, 2025
0 of 3 checks passed
@riasvdv
Copy link
Member

riasvdv commented Feb 11, 2025

Thanks!

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.

None yet

2 participants