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:
$sendFolders is not defined anywhere, but PhpStorm will not detect this :=(

