Parameter $config has null default value, but is not marked as nullable.
public static function create(ContainerInterface $container, array $config = NULL) {
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | purge-3511668.patch | 1.42 KB | klausi |
Issue fork purge-3511668
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:
- 3511668-php-8-4-support
changes, plain diff MR !53
- 3511668-php-8.4-support
compare
Comments
Comment #5
klausiI pushed the empty array as default value instead, please review!
Also attaching stable patch file here for composer patches.
Comment #6
liam morlandComment #7
andriy khomych commentedThanks, Klausi, looks good to me.
Moved to RTBC.
Comment #8
johnatas commentedHello,
Tested OK on Drupal 11.2.2 and 11.2.3 with purge 3.6.0.
Would it be possible to merge the MR so that this fix is included in the next release?
Thank you.
Comment #9
esod commentedPatch applies using composer. Drupal 10.5.2. PHP v8.4. Thank you.
Comment #10
liam morlandComment #12
japerryHad to make a few updates to ensure tests were passing. Committed!