This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | minor |
2.0.4 -> 2.1.0
|
Warning Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
v2.1.0
Read all about this release on PHPStan's blog!
#[Deprecated]
attribute (RFC)If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon
:
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
#[AllowDynamicProperties]
(#3738), #12281, thanks @staabm!parent::
(https://github.com/phpstan/phpstan-src/commit/41837b490b12e3c71b4ca50003690f2900f74876)In*Node
virtual nodes for more precise Scope https://github.com/phpstan/phpstan-src/commit/90e48fa876696f221874a2766c2bf3fc1bea0ec0)Scope::getConstant
instead (#3666), thanks @staabm!This MR has been generated by Renovate Bot.