Problem/Motivation
[php] [error] TypeError: strtr(): Argument #1 ($string) must be of type string, Drupal\Core\StringTranslation\PluralTranslatableMarkup given in strtr() (line 70 of [...]/modules/contrib/otlog/src/Logger/OtLog.php).
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork otlog-3480516
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
znerol commentedSee also PHP issue 12097. Since
OtLoguses strict types, there will be no automated cast fromStringabletostring.Comment #4
znerol commentednew test fails when run with test-only changes.
Comment #6
znerol commented