Skip to content

PHP: Support variadic marked variables in PHPDoc#9487

Open
matthiasblaesing wants to merge 1 commit into
apache:masterfrom
matthiasblaesing:php_varargs
Open

PHP: Support variadic marked variables in PHPDoc#9487
matthiasblaesing wants to merge 1 commit into
apache:masterfrom
matthiasblaesing:php_varargs

Conversation

@matthiasblaesing

Copy link
Copy Markdown
Contributor

Variadic variables (...$variable) were not correctly parsed by the PHPDoc parser. The issue manifests like this:

  • variadic variables in PHPDoc are not highlighted by usage marker
  • renaming does not work for variadic marked variables

Closes: #9437

Variadic variables (...$variable) were not correctly parsed by the
PHPDoc parser. The issue manifests like this:

- variadic variables in PHPDoc are not highlighted by usage marker
- renaming does not work for variadic marked variables

Closes: apache#9437
@matthiasblaesing matthiasblaesing added this to the NB31 milestone Jul 5, 2026
@matthiasblaesing matthiasblaesing added PHP [ci] enable extra PHP tests (php/php.editor) ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) labels Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) PHP [ci] enable extra PHP tests (php/php.editor)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PHP] Refactor/Rename fails for PHPDoc @param on variadics

1 participant