Update PHPStan packages to v2.1.16
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
2.1.14 -> 2.1.16
|
phpstan/phpstan-symfony | require-dev | patch |
2.0.4 -> 2.0.6
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v2.1.16

- Support for
@final
PHPDoc tag above properties (#3990), #12999, thanks @lpd-au! - Faster ClassNameHelper (#3994), thanks @staabm!

- DuplicateKeysInLiteralArraysRule: Fixed union type handling (#3993), #13013, #13022, thanks @staabm!
- Improve
preg_split()
function return type (#3757), thanks @malsuke!

v2.1.15

- This release includes improvements and bugfixes from PHPStan 1.12.26
- TableErrorFormatter: improve formatting of error tips (#3821), thanks @FeBe95!
- InstantiationRule - call RestrictedMethodUsageExtension for constructor (https://github.com/phpstan/phpstan-src/commit/8edfa9fa880141f97239229bbdefb54168cc2b78)
- Call RestrictedMethodUsageExtension for
__toString
methods in(string)
cast (https://github.com/phpstan/phpstan-src/commit/ce257d9acf2e182b2ae1c6fea06f7738986e54ab)

- Fix GetDebugTypeFunctionReturnTypeExtension - should use TypeCombinator instead of
new UnionType
(https://github.com/phpstan/phpstan-src/commit/1044f1112a0be3e4e6384ee7d35a66cd92e9cba6), #12512 - Remember value of arguments passed to
{min,max}()
(#3928), #12731, thanks @cs278! - Revert "Useful PhpMethodReflection native type refactoring from #3966" (#3979), thanks @samsonasik!
- Respect asserts and throws on pure functions that return void (#3719), #12224, thanks @jack-worman!
- Disable purity check for non-final methods (#3913), #12382, thanks @VincentLanglet!
- Fix
IterableType::equals()
withTemplateIterableType
(#3991), thanks @staabm! - Restricted usage extensions - do not report false positives for Symfony polyfills (https://github.com/phpstan/phpstan-src/commit/4a907f16f034d42f5246a0fd72225f0fba0fcb0c), #12951

- Add stub for
DOMNode::hasAttributes
(#3800), thanks @Niklan! - Update PhpStorm stubs (#3989), thanks @phpstan-bot!
- Remove MongoDB extension from function map (#3891), thanks @alcaeus!

phpstan/phpstan-symfony (phpstan/phpstan-symfony)
v2.0.6
-
5005288 - Do not narrow
KernelTestCase::getContainer()
return type to internal TestContainer
v2.0.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot
Merge request reports
Activity
mentioned in issue #6
added 3 commits
-
2e0790a7...7a045289 - 2 commits from branch
master
- d61cb839 - Update PHPStan packages to v2.1.15
-
2e0790a7...7a045289 - 2 commits from branch
added 3 commits
-
d61cb839...0a0bb537 - 2 commits from branch
master
- f68ce60b - Update PHPStan packages to v2.1.15
-
d61cb839...0a0bb537 - 2 commits from branch
added 3 commits
-
f68ce60b...43447abb - 2 commits from branch
master
- fe5eeb96 - Update PHPStan packages to v2.1.16
-
f68ce60b...43447abb - 2 commits from branch
added 3 commits
-
fe5eeb96...2fe1b721 - 2 commits from branch
master
- 8c9b5dbf - Update PHPStan packages to v2.1.16
-
fe5eeb96...2fe1b721 - 2 commits from branch
mentioned in commit 8a6b4ebc
Please register or sign in to reply