Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
5
@@ -69,7 +69,7 @@ class HttpMimeTypeGuesser implements MimeTypeGuesserInterface {
}
}
catch (\Exception $exception) {
watchdog_exception('remote_stream_wrapper', $exception);
\Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('remote_stream_wrapper'), $exception), fn() => watchdog_exception('remote_stream_wrapper', $exception));
}
return NULL;
Loading