phpstan-nette
phpstan-nette copied to clipboard
Support for Nette Object method getter syntax
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.