Problem/Motivation
Spin off from #3178534: Start running PHPStan on Drupal core (level 0) for baseline generation blockers.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3257654-2.patch | 6.57 KB | mondrake |
Comments
Comment #2
mondrakeComment #3
daffie commentedLooks good to me.
Comment #4
mondrakeAlso reported in #3257713: PHP 8.1 ComputedItemListTrait::offsetExists deprecation, so this will benefit of a backport down to 9.3
Comment #5
mondrakeComment #6
alexpottCommitted a0b2090 and pushed to 10.0.x. Thanks!
Committed a5f202d and pushed to 9.4.x and 9.3.x. Thanks!
The 9.x version does not have the changes to core/lib/Drupal/Core/Database/Connection.php because they conflicted and are not required.
Changing to a bug fix due to the annotation adding for PHP 8.1 compatibility. Implies we're missing some test coverage so will reopen the other issue to get it added.
Comment #10
mondrake