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.
Please sign in to leave a comment.
Hi there,
I would do something like this: