Problem/Motivation
\Drupal\views\Plugin\views\HandlerBase::getJoin() triggers deprecations on PHP 8.5 because it uses NULL as an array key.
Steps to reproduce
Run \Drupal\Tests\views\Kernel\Handler\FilterEntityReferenceTest::testViewEntityReferenceAsSelectList on PHP 8.5
Proposed resolution
Don't
Remaining tasks
User interface changes
None
Introduced terminology
N/a
API changes
None
Data model changes
None
Release notes snippet
N/a
Issue fork drupal-3557367
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 #3
alexpottComment #4
smustgrave commentedLocally on 8.5.0RC3
1 test triggered 1 PHP deprecation:
With the MR I got 0
Change LGTM
Comment #5
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!