Search code examples
phplaravelphpstormjetbrains-ide

PhpStorm - Wrong icon for language


I just updated my PhpStorm to the latest version (2017.1.2) but when I open my current project (Laravel) I saw wrong icon in each file for PHP, the icon is C like in this picture:

enter image description here

But when I see for another directory, the icon is correct:

But when I see for another directory, the icon is correct

How to change the Icon to correct icon? Is it just an icon or also change the programming language to C?


Solution

  • The C is just indicating the file is entirely made up of a class matching the name of the file.

    This is a recent addition to PhpStorm.

    This icon has no effect on the type of file, it is still a PHP file.