Andreas Vandenberghe
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created 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... -
Created 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 ...