How to stop this inspection:
"Member has protected access, but class has magic method __get"?
I searched everywhere but can not find the option to disable this inspection.
I really do not want the properties remain marked with a different color when they are private
and there is a magic method __get
in classes.
As @LazyOne mentioned the solution is:
@property string $File
in php doc.