phpstan-nette
phpstan-nette copied to clipboard
Nette Framework class reflection extension for PHPStan & framework-specific rules
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/phpstan/phpstan-nette). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [slevomat/coding-standard](https://togithub.com/slevomat/coding-standard) | require-dev | major | `^7.0` -> `^8.0` | ---...
https://github.com/nette/application/blob/master/src/Application/UI/Component.php#L292 https://github.com/nette/application/blob/master/src/Application/UI/Component.php#L308
Hi, _(first of all great work with the tool; kudos)_ I'm trying to meet level 2 requirements on our Nette project. In presenter we're working with Nette Form components. The...
By default, the `Nette\Utils\Json::decode()` returns mixed, but in some cases we know there is more specific type. We use this extension internally in private project to separate at `array` and...
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...
Method `Nette\Http\Session::getSection()` has optional second parameter which can change class of returned object. This extension does not support it and always returns `Nette\Http\SessionSection` class.
Hi, i have problems with latest nette/forms and phpstan 1.0.. i will describe it on presenter, but same errors are in control... ```php