Problem/Motivation
Implicitly marking a parameter as nullable is deprecated in PHP8.4
FILE: ...contrib/past/modules/past_db/src/Plugin/views/filter/EventArgumentData.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
56 | WARNING | Implicitly marking a parameter as nullable is deprecated since
| | PHP 8.4. Update the type to be explicitly nullable instead.
| | Found implicitly nullable parameter: $options.
--------------------------------------------------------------------------------
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork past-3574557
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
primsi commentedComment #5
berdirMerged.