"Settings/Preferences | Languages & Frameworks | PHP"
Please post the screenshot of what you have got there -- the "Include path" list in particular
Quite possibly you have "." entry there somehow (e.g. this project is old (was created in quite old now PhpStorm version) where it may have been offering to add default PHP's "include_path" value and you did that ... or something among these lines).
If you do have such entry -- just remove it -- should help.
Otherwise -- please check other places (e.g. "Settings/Preferences | Directories") where such path could be included.
It may also be some symbolic link somewhere in your project ..
Hi there,
"Settings/Preferences | Languages & Frameworks | PHP"
Please post the screenshot of what you have got there -- the "Include path" list in particular
Quite possibly you have "." entry there somehow (e.g. this project is old (was created in quite old now PhpStorm version) where it may have been offering to add default PHP's "include_path" value and you did that ... or something among these lines).
If you do have such entry -- just remove it -- should help.
Otherwise -- please check other places (e.g. "Settings/Preferences | Directories") where such path could be included.
It may also be some symbolic link somewhere in your project ..
Had the same problem. Andriy's solution to remove the "." entry worked perfectly for me. Thanks a lot!
Yes, worked for me too. Thank you!