Problem/Motivation

Module is not compatible with php 8.4 and throwing warning on drush cr.

Steps to reproduce

FILE: src/TranslatableConfigPagesManagerInterface.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26 | 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: $language.
41 | 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: $language.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: src/TranslatableConfigPagesManager.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39 | 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: $language.
67 | 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: $language.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

CommentFileSizeAuthor
#2 3583616-php-8.4-compatibility-2.patch2.11 KBenchufe
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

enchufe created an issue. See original summary.

enchufe’s picture

Issue summary: View changes
StatusFileSize
new2.11 KB

  • enchufe committed 5ca01caa on 1.0.x
    Issue #3583616: PHP 8.4 compatibility issue
    
enchufe’s picture

Assigned: enchufe » Unassigned
Status: Active » Needs review
luigisa’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.

Status: Fixed » Closed (fixed)

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