Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Dec 2022 at 15:32 UTC
Updated:
8 Jan 2023 at 19:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
spokjeAttached out of
vendor/bin/phpstan analyze --configuration=core/phpstan.neon.dist --xdebug --no-ansiwith lvl 2 before and after applying the MR.Comment #4
spokjeComment #5
mallezieThis looks good. Only PHPDoc changes, and fixes some baseline L2 issues.
Comment #7
xjmRemoving credit for unneeded merge or rebase.
Comment #11
xjmNice little cleanup. I reviewed it locally with
git diff --color-wordsand confirmed that it's mostly adding leading slashes or missing namespaces, or in one case correcting a typo.Committed to 10.1.x, and cherry-picked to 10.0.x and 9.5.x as a phpdoc improvement. Thanks!