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

Command icon 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

primsi created an issue. See original summary.

primsi’s picture

Issue summary: View changes

  • berdir committed 826f1200 on 8.x-1.x authored by primsi
    feat: #3574557 Implicitly marking a parameter as nullable is deprecated...
berdir’s picture

Status: Active » Fixed

Merged.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.