How to stop this check: "The user has secure access, but the class has the __get magic method"?

How to stop this check:

"The user has secure access, but the class has the __get magic method?"

enter image description here

I searched everywhere but cannot find the option to disable this check.

I really do not want the properties to remain marked in a different color when they are private, and there is a magic method in the classes __get.

+4
source share
1 answer

To remove a checkmark:

  • Settings (CTRL + Alt + S)
  • Editor → Colors and Fonts → Copy the current outline
  • → → → Erros and Warnings →
  • "" " " , .

PhpStorm 2016.1.2

0

All Articles