Commit 777b5903 authored by Mark Harding's avatar Mark Harding

(fix): #1112 - gifs not working with php7.3 bump

parent 6cb94021
No related merge requests found
Pipeline #94710697 running with stages
in 8 minutes and 2 seconds
......@@ -153,9 +153,7 @@ class Image extends File
$w = 1024;
$s = false;
$u = true;
// no break
default:
continue 2;
break;
}
/** @var Core\Media\Imagick\Autorotate $autorotate */
......
Please register or to comment