Question

Thats awful, I can't find where I can turn if off!

Image

The prolem is that PhpStorm detectes quote as Bad Token and Underwaves it.

Was it helpful?

Solution

The backticks delimiters for table and column names are not SQL compliant, they're MySQL, hence it's giving an error.

To fix the problem, inject the "MySQL" language into the string. The problem should be resolved.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top