- Issue created by @mandclu
- Status changed to Fixed
6 months ago 10:45am 24 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇩🇪Germany tobiasb Berlin
Missing else ?
if (!class_exists(DeprecationHelper::class)) { // @phpstan-ignore-next-line $output = $renderer->renderPlain($values); } $output = DeprecationHelper::backwardsCompatibleCall( currentVersion: \Drupal::VERSION, deprecatedVersion: '10.3', currentCallable: fn() => $renderer->renderInIsolation($values), deprecatedCallable: fn() => $renderer->renderPlain($values),