[PR #9189] Fix recognizing identifiers as T_FULLY_QUALIFIED_NAME and T_IDENTIFIER #11421

Closed
opened 2026-01-22 16:10:44 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9189

State: closed
Merged: No


One of the added test datas produces invalid results without the added commit:

[Lexer::T_IDENTIFIER, 'fully_qualified_name']

fully_qualified_name is an identifier if I'm not wrong. Currently fully_qualified_name is a Lexer::T_FULLY_QUALIFIED_NAME which is wrong I think.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9189 **State:** closed **Merged:** No --- One of the added test datas produces invalid results without the added commit: ```php [Lexer::T_IDENTIFIER, 'fully_qualified_name'] ``` `fully_qualified_name` is an identifier if I'm not wrong. Currently `fully_qualified_name` is a `Lexer::T_FULLY_QUALIFIED_NAME` which is wrong I think.
admin added the pull-request label 2026-01-22 16:10:44 +01:00
admin closed this issue 2026-01-22 16:10:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11421