mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
isNextAllAnySome uses doctrine/lexel:1 syntax and throws PHP Error #7156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @L3tum on GitHub (May 22, 2023).
Bug Report
Summary
Parser.php#585 uses an array-key based access pattern for Lexer Tokens, while all other accesses were changed in
603ab9a185.This currently results in the following error:
Current behavior
The object property is accessed via array-access. This blocks basically any attempt to update to any version that contains the commit above.
How to reproduce
Install latest version of this library. Not sure which configuration/context triggers the exact line of code, but it's obviously wrong.
Expected behavior
It works.