I'm using InvokableCases trait on my enum, when I use it like: MyEnum::MyCase(), I get a red wavy line under MyCase saying method is undefined, though it works well in runtime.
I'm using laravel Idea, can there be a solution to make PHPStorm happy about them ?