Andreas Vandenberghe
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 private class property access check
I'm using phpStorm 10.0.3 How do i to add an inspection for phpstorm to check for private class property access from outside the class ? because i marked a property private and would like to refact... -
创建于 changing class property visibility
hi,If I change a class property that was "public" to "private", the property accessor in the class instance is not marked as an error;I'll see it bugging out on runtime, but ideally the IDE should ...