Skip to content

Update AssetNotFoundException to handle $assetParam as array#256

Merged
riasvdv merged 1 commit intospatie:mainfrom
JeremyDunn:asset-not-found-asset-param-array
Feb 11, 2025
Merged

Update AssetNotFoundException to handle $assetParam as array#256
riasvdv merged 1 commit intospatie:mainfrom
JeremyDunn:asset-not-found-asset-param-array

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

@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
Contributor

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.

2 participants