We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9234862 commit 87aa0edCopy full SHA for 87aa0ed
src/Http/ImageResponse.php
@@ -24,7 +24,7 @@ public static function createFromBase64(Url $url)
24
return false;
25
}
26
27
- if (($info = getimagesizefromstring(base64_decode(substr($pieces[1], 7)))) !== false) {
+ if (($info = @getimagesizefromstring(base64_decode(substr($pieces[1], 7)))) !== false) {
28
return new self(
29
$url,
30
0 commit comments