Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Open project update bot requested to merge issue/tft-3455310:project-update-bot-only into 3.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,7 @@ class TFTController extends ControllerBase {
];
}
else {
$icon_class = file_icon_class($mime);
$icon_class = \Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.3.0', fn() => \Drupal\file\IconMimeTypes::getIconClass($mime), fn() => file_icon_class($mime));
return [
'data' => [
'#type' => 'link',
Loading