When using multiline input, the arrow indicating position of invalid token is not positioned correctly: ```php /** * @Foo(hello */ ``` When error is the `(` (i.e. missing pair `)`), the exception message currently contains: ``` /** * @Foo(hello */ ↑ ``` What would be expceted instead: ``` /** * @Foo(hello ↑ */ ``` or: ``` /** * @Foo(hello ↑ ```
When using multiline input, the arrow indicating position of invalid token is not positioned correctly:
When error is the
((i.e. missing pair)), the exception message currently contains:What would be expceted instead:
or: