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 refactor the direct property accessors to getters.
请先登录再写评论。
Hi there,
I would do something like this: