Autocomplete doesn't recognize function inside if(!function_exists()) ...

Hi in this version of phpstorm:
Selection_332.jpg
My autocomplete list doesn't include my functions (that it has worked before) when i put functions inside this tag:


if(!function_exists('test')) {


     function test($path) {


     }


 }


For example:
Selection_333.jpg


But:
Selection_334.jpg

0

Please sign in to leave a comment.