[PR #43] Fixed Parser::match not matching token value (only type) #7637

Open
opened 2026-01-22 15:56:05 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: No


According to the phpdoc for Parser::match(), the token provided can be either the token type or value. However, the method only checked type.

The method is now in accordance with the phpdoc.

**Original Pull Request:** https://github.com/doctrine/orm/pull/43 **State:** closed **Merged:** No --- According to the phpdoc for Parser::match(), the token provided can be either the token type or value. However, the method only checked type. The method is now in accordance with the phpdoc.
admin added the pull-request label 2026-01-22 15:56:05 +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#7637