Marko Dupor
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Marko Dupor commented, -
-
Marko Dupor created a post, AnsweredNon existing methods don't get underlined for typeless variables
After PStorm new version reinstall (2020.1.2), values which I expect to be underlined as warnings/errors don't get underlined. Example: private array $values; foreach ($this->values as $value) {...