Problem/Motivation
There is a lot of "Deprecated: XXX(): Implicitly marking parameter $xxx as nullable is deprecated, the explicit nullable type must be used instead in xxx_file.php on line xxx" warnings after cache reset under Drupal 11 and php 8.4.
Proposed resolution
Use nullable types for such parameters. Available since PHP 7.1 so no worries about backwards compatibility.
Issue fork bootstrap-3528571
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 #4
f1mishutka commentedComment #5
f1mishutka commentedSimple patch ready in merge request. Actually just a matter of php syntax, no functionality changed.
Comment #6
f1mishutka commentedComment #7
joseph.olstadMerged into 8.x-3.x-dev
Comment #8
f1mishutka commentedThanks!
Comment #11
hosterholzThere are still nullable parameters and another deprecation
Comment #13
f1mishutka commentedMR 61 looks good and works for us.
Comment #15
joseph.olstadThis is all merged into the 8.x-3.x dev branch
Comment #16
joseph.olstadI'll wait a bit before tagging 3.36
Comment #17
joseph.olstadhttps://www.drupal.org/project/bootstrap/releases/8.x-3.36
Comment #18
hosterholzComment #19
joseph.olstadThanks @hosterholz!
Comment #20
joseph.olstadcrediting for fix
Comment #21
f1mishutka commentedComment #24
joseph.olstadcreditted dejan.maric.max and socialnicheguru for their work in the related issue.