Help me About Syntax errors Permanently deleted user Created January 03, 2017 08:35 Hello Friends, I have a problem about Doctrine DQL, How can i disable this red underline errors from dql queries ? Can anyone help me ? Thanks...
Unfortunately, DQL is unsupported: https://youtrack.jetbrains.com/issue/WI-9948
So, the only way to disable this is to disable SQL auto-injection: http://stackoverflow.com/a/22592721/6808673