We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac13cbf commit adc6f6bCopy full SHA for adc6f6b
templates/Service/_logger/logger.twig
@@ -34,7 +34,6 @@ final class {{ class }} implements LoggerInterface {
34
* {@inheritdoc}
35
*/
36
public function log($level, string|\Stringable $message, array $context = []): void {
37
- // Cast message to string
38
$message = (string) $message;
39
// Convert PSR3-style messages to \Drupal\Component\Render\FormattableMarkup
40
// style, so they can be translated too.
0 commit comments