Problem/Motivation

PHP 8.4 throws following deprecation notice.

flag_lists.module:239
flag_lists_flag_action_access(): Implicitly marking parameter $flaggable as nullable is deprecated, the explicit nullable type must be used instead

Patch included.

Comments

jviitamaki created an issue. See original summary.

jviitamaki’s picture

Missed one more deprecation.

jviitamaki’s picture

Issue tags: +PHP 8.4
sl27257’s picture