I hit this error:
Fatal error: Declaration of Drupal\slack_logger\Logger\SlackLogger::log($level, $message, array $context = []) must be compatible with Drupal\Core\Logger\RfcLoggerTrait::log($level, Stringable|string $message, array $context = []): void in /app/web/modules/contrib/slack_logger/src/Logger/SlackLogger.php on line 40
Modified patch according to suggestions here: https://www.drupal.org/node/3284415 → .
Otherwise, works for me on 10.7 php 8.1. I did not test on 9.
- First commit to issue fork.
- @zoiosilva opened merge request.