Problem/Motivation
Implicitly marking parameter $string_translation as nullable is deprecated errors
Deprecated: Drupal\micon\MiconIconize::__construct(): Implicitly marking parameter $string_translation as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/micon/src/MiconIconize.php on line 71
Deprecated: Drupal\micon\MiconIconize::iconize(): Implicitly marking parameter $string_translation as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/micon/src/MiconIconize.php on line 87
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3534722-php84-compatibility.patch | 1.04 KB | jmaties |
Issue fork micon-3534722
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
jmaties commentedComment #9
anybodyComment #10
anybodyThanks, perfect! Merging!
Comment #12
anybody