Problem/Motivation

In php 8.4 I am seeing this deprecation notice.

PHP Deprecated:  burndown_allowed_estimate_values(): Implicitly marking parameter $entity as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/burndown/burndown.module on line 458

Steps to reproduce

  1. Enable the module with `drush pm:en burndown`
  2. witness multiple instances of the deprecation notices in the terminal

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork burndown-3591209

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

swirt created an issue. See original summary.

swirt’s picture

Issue summary: View changes

swirt’s picture

Status: Active » Needs review

A quick fix to silence the deprecation notice.

  • swirt committed 175659c8 on 1.0.x
    #3591209 Mark $entity as nullable
jeremylichtman’s picture

Merged, and added release 1.0.57.

jeremylichtman’s picture

Status: Needs review » Fixed

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.

swirt’s picture

Thank you for jumping on this so rapidly @jeremylichtman. Much appreciated.
Would you mind clicking on the "Contribution record" button and assigning credit?

jeremylichtman’s picture

Done!

Status: Fixed » Closed (fixed)

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