Problem/Motivation
Fix deprecations in PHP 8.4
Issue fork field_group-3500119
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:
Fix deprecations in PHP 8.4
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 #3
acbramley commentedComment #4
pcambraThis applies to 3.x branch too.
Comment #5
pcambraAh there were a couple missing
Comment #7
liam morlandAll tests are now passing except cspell and eslint.
Comment #8
liam morlandComment #9
liam morlandMost issues have been fixed in #3504453: Fix PHP 8.4.x deprecation and other warnings (PHPStan). The remaining changes should still be committed.
Comment #10
steinmb commentedShould we block this issue on #3504453: Fix PHP 8.4.x deprecation and other warnings (PHPStan) that I think should be committed first?
Comment #11
liam morlandThe order doesn't much matter. The commit message for this one need to be changed, though. The nullable types issue has already been fixed.
Comment #12
anybodyAs of #11 - this is close to the finish line :)
Comment #13
acbramley commentedThe original scope here was fixing implicit nullable deprecations which has already been done.
Comment #14
liam morlandAll that is left in the merge request is adding a return type declaration.
Comment #15
anybodyNice, let's also solve that!
Comment #16
anybodyComment #17
liam morlandComment #18
anybodyGreat, thank you @liam morland!
Comment #20
grevil commented