This commit is contained in:
Yuri Kuznetsov
2024-09-15 13:29:15 +03:00
parent 8796693613
commit d70ef1e6cd
64 changed files with 101 additions and 200 deletions
+1 -2
View File
@@ -332,8 +332,7 @@ class Image implements EntryPoint
case 'image/webp':
try {
$sourceImage = imagecreatefromwebp($filePath);
}
catch (Throwable) {
} catch (Throwable) {
return null;
}