简体   繁体   中英

PhpStorm Show errors with the word 'DESC' in a correct MySQL Queries

I have several MySQL queries that work, but my IDE (PhpStorm) shows an error about the word DESC

在此处输入图片说明

Why ? How can I fix this without switching off this kind of error in settings.

Looks like a parser issue. Don't split $post_type and $extra_checks , have them on the same line and it would look alright:

呵呵

You might want to report this at JetBrains tracker to get it fixed in future versions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM