Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Closed project update bot requested to merge issue/iframe-3483616:project-update-bot-only into 8.x-2.x
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -217,7 +217,7 @@ class IframeDefaultFormatter extends FormatterBase {
@@ -217,7 +217,7 @@ class IframeDefaultFormatter extends FormatterBase {
}
}
catch (\Exception $excep) {
catch (\Exception $excep) {
// \iframe_debug(0, __METHOD__, $excep);
// \iframe_debug(0, __METHOD__, $excep);
watchdog_exception(__METHOD__, $excep);
\Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger(__METHOD__), $excep), fn() => watchdog_exception(__METHOD__, $excep));
return [];
return [];
}
}
}
}
Loading