Problem/Motivation
\Drupal\datetime\DateTimeComputed::getValue() can cause deprecations on PHP 8.1.
Steps to reproduce
Run \Drupal\Tests\datetime\Functional\DateTimeFieldTest on PHP 8.1
Proposed resolution
Return early if $value is NULL.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3240181-2.patch | 777 bytes | alexpott |
Comments
Comment #2
alexpottHere's the fix from the meta.
Comment #3
daffie commentedLooks good to me.
Comment #5
catchCommitted 4de479c and pushed to 9.3.x. Thanks!