Vojtěch Houžvička
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created code insight with extends not working properly
I have class A which extends class B. When calling method a() from A, which is not in B, PhPStorm only looks into B and reports error method not found. The code itself runs ok.