Unknown Module Type when opening PhpStorm
When opening any file on PHP Storm it appears this error:

Uknown Module Type
Cannot determine module type
("JAVA_MODULE) for the following...
What should I do to fix it?
Thanks
Please sign in to leave a comment.
Hello,
Looks like this project was an IDEA project before?
Modules are mentioned in project directory/.idea/%projectname%.iml file.
In order to resolve it, please replace contents of that iml file with the following snippet:
This should help.