Help me About Syntax errors

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...

0

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

0

请先登录再写评论。