Search code examples
phpstorm

Multiple definitions exist for class


I'm using Kohana framework which allows for multiple class definitions (in application and system subfolders). I'm using PhpStorm as an IDE which gives me messages multiple definitions exist for class. Is there any way to tell PhpStorm which class definition is correct?


Solution

  • I've found a possible solution to my problem - I can mark file as plain