Skip to content

Handle parameter dockblocks#1998

Merged
DerManoMann merged 11 commits into
zircote:masterfrom
DerManoMann:param-dockblocks
Apr 26, 2026
Merged

Handle parameter dockblocks#1998
DerManoMann merged 11 commits into
zircote:masterfrom
DerManoMann:param-dockblocks

Conversation

@DerManoMann

@DerManoMann DerManoMann commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

Handle PHP 8.6 method parameter docblocks for operations.

Also refactors the DocblockTrait to using phpstan/phpdoc-parser

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (no functional changes)
  • Chore (maintenance, dependencies, CI)

Related Issues

Fixed #1987

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • New and existing tests pass locally
  • Any dependent changes have been merged and published

@DerManoMann DerManoMann merged commit 6f1dd23 into zircote:master Apr 26, 2026
17 checks passed
@DerManoMann DerManoMann deleted the param-dockblocks branch April 26, 2026 07:51
@github-actions

Copy link
Copy Markdown
Contributor

Created backport PR for 5.x:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Support for PHP 8.6 style parameter docblocks.

1 participant