Alexander Chapchuk
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited How programmatically hide notice about undefined method. PhpStorm
I have simple class with fields: class Simple { private $data; } If i will write: (new Simple())->getData(); PhpStorm highlights method "getData" like undefined method. How me programmaticall...