phpstan-nette icon indicating copy to clipboard operation
phpstan-nette copied to clipboard

Support for Nette Object method getter syntax

Open MartinMystikJonas opened this issue 8 years ago • 0 comments

Nette Object supports (bit controversial) syntax to get closure of object method by $object->method.

This PR prevents false positive errors "Access to an undefined property " if code uses this syntax.

MartinMystikJonas avatar Dec 14 '17 15:12 MartinMystikJonas