Problem/Motivation
In method \Drupal\glossify\GlossifyBase::sanitizeTip the PHP function strip_tags ic called. But the argument given could be NULL and that throws deprecation warnings all over the place.
Issue fork glossify-3338553
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 #3
jurgenhaasComment #4
tvb commentedI tested the #2 patch and it fixes the issue.
Drupal 9.5.2
PHP 8.1.13
Comment #6
anybodyThx @jurgenhaas! Going to merge this now (as new maintainer).
Comment #8
anybodyComment #9
anybody