[PR #1418] Remove (useless?) call to parser::getLexer() #9479

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

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

State: closed
Merged: Yes


The $lexer variable is not used, the method parser::getLexer() is just a dumb getter and do nothing, so in my opinion, the call to parser::getLexer() is useless in this context.

Can you confirm?

**Original Pull Request:** https://github.com/doctrine/orm/pull/1418 **State:** closed **Merged:** Yes --- The `$lexer` variable is not used, the method `parser::getLexer()` is just a dumb getter and do nothing, so in my opinion, the call to `parser::getLexer()` is useless in this context. Can you confirm?
admin added the pull-request label 2026-01-22 16:04:26 +01:00
admin closed this issue 2026-01-22 16:04:27 +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#9479