Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

6 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -48,7 +48,7 @@ class ImagemagickEventSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
// Run before the default event subscriber of imagemagick so that
// the quality can be customized. String instead of class constant
Loading