Code inspection charset=<?php echo $_SESSION['language_charset']; ?>"
Hi,
PHPStrom (IntelliJ 139.69.2) shows me an error:
Unknown encoding charset=<?php echo $_SESSION['language_charset']; ?>"
Where can I disable this inspection?
cu
Please sign in to leave a comment.
File | Settings (Preferences for mac OS) | Inspections | Lossy encoding - try this one.
Tried changing the Lossy encoding setting and no change for me, my example is...
Seems to be related to the word/keyword "charset", I'm using PHPStorm version...
Version: PhpStorm 2020.3.3
Build: #PS-203.7717.64, built on March 16, 2021
Runtime version: 11.0.10+8-b1145.96 x86_64
macOS: 10.16
Memory: 1979M (that is available to PhpStorm i assume, system has 32 GB)
Cores: 12
That's a known issue: https://youtrack.jetbrains.com/issue/WEB-49752, it's being worked on. Feel free to vote for or comment it in order to get notified about its updates.