Handle parameter dockblocks#1998
Merged
Merged
Conversation
Contributor
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-1998-to-5.x
git worktree add --checkout .worktree/backport-1998-to-5.x backport-1998-to-5.x
cd .worktree/backport-1998-to-5.x
git reset --hard HEAD^
git cherry-pick -x 4b1ec561eaeec379d608324d848389d96df95ea0 9bef50c00e33f117d6f2792e5d0ae569db2f416f df285ab69a7ce57160c5e07fd3d88b5023e88a1f 3e5d649d6821faddd2214e848c9e7f824787d4e7 920debca3c9f5c34f85b2c5fc7481d264af48692 6a37ea9fbe2fa390aba71a5a671db39e6cca3860 2c90851849ef08ddf3a8e363c39cb26f1e1dd479 c667e8b34f8bd106e2d2b2f16dbc807c8078e9bc |
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Handle PHP 8.6 method parameter docblocks for operations.
Also refactors the
DocblockTraitto usingphpstan/phpdoc-parserType of Change
Related Issues
Fixed #1987
Test Plan
Checklist