mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
Suggest solutions for semantical errors in Parser #6350
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 @Steveb-p on GitHub (Nov 25, 2019).
Following discussion on Slack, it would be nice if
Parsercould attempt to provide some common solutions/suggestions when encountering a semantical error. For example, when encountering unknown function, it could suggest that custom functions can be added to Doctrine configuration, maybe even linking to specific documentation).@lcobucci commented on GitHub (Nov 26, 2019):
This is a nice improvement that could be released in the 2.x series IMHO, easy to implement and would help people to have less friction in their software.