I want to create trait in Laravel with name Searchable, but PhpStorm do not identified the file as .php but as simple text. If I rename the file into Searchables for example, it works fine.
Is Searchable restricted keyword or what?
It's not Laravel's problem, other projects do the same. So I guess it's in PhpStorm.

