phpStorm recognizing files twice
I am running the latest version of phpStorm 2019.2.1 and I am running into a weird issue: classes are being recognized twice, see below:
Both leads to the same class, is this a bug and I should report it somewhere else?
请先登录再写评论。
Hi there,
Any symbolic links? Maybe the same path included twice somehow?
In any case: please try "File | Invalidate Caches" and restart IDE.
@Andriy that fixed my problem, thanks a lot.