Problem/Motivation
34 hooks in various update_test_* modules currently have no return types.
Steps to reproduce
$ grep 'Function update_test_.* has no return type specified' core/.phpstan-baseline.php | wc -l
34
Proposed resolution
Add return types to those hooks.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3490638
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:
- 3490638-update-test-return-types
changes, plain diff MR !10394
Comments
Comment #3
tstoecklerComment #4
smustgrave commentedUsing the grep provided all instances seem updated
Comment #7
quietone commentedCommitted to 11.x and cherry-picked to 11.1.x
Thanks!
Comment #9
tstoecklerAwesome, thanks for the quick turnaround!