Disable PHPStorm DQL/SQL Warnings

April 7 2015, 8:16pm

I was getting a lot of yellow warnings for DQL/SQL. Turns out DQL isn't supported yet. You can turn off these warning by going to:

Preferences > Language Injections > and uncheck "SQL select/delete/insert..."