PhpStorm doesn't detect undefined variables at all

20 views Asked by At

PhpStorm will not detect undefined variables in my PHP code. No idea, why! As I remember, not defined variables have been detected in past, but not any more. Any ideas why?

Here is my configuration setting:

enter image description here

$sendFolders is not defined anywhere, but PhpStorm will not detect this :=(

enter image description here

0

There are 0 answers