fix(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
doctrine/orm (source) | require | patch |
2.11.1 -> 2.11.2
|
phpstan/phpstan | require-dev | patch |
1.4.8 -> 1.4.9
|
Release Notes
doctrine/orm
v2.11.2
2.11.2
Release Notes for2.11.x bugfix release (patch)
2.11.2
- Total issues resolved: 0
- Total pull requests resolved: 21
- Total contributors: 12
Bug
- 9574: Make sure MemcachedAdapter is supported before tring to use it thanks to @flack
- 9537: Make error message suggestion accurate thanks to @kiler129
-
9523: Bring
FilterCollection
to a "clean" state after hash computation thanks to @mpdude - 9457: PDO is not a required extension thanks to @derrabus
- 9452: Check requirements for metadata drivers thanks to @derrabus
Documentation
-
9569: Fixing
:doc:
link thanks to @ThomasLandauer - 9563: Remove reference to removed class thanks to @greg0ire
- 9555: Adding PHP attributes thanks to @ThomasLandauer
- 9513: Fix syntax typo in attributes reference in documentation thanks to @Einenlum
-
9487: Fix
#&#​91;DiscriminatorMap&#​93;
params thanks to @steveclifton - 9446: Remove trailing underscore thanks to @greg0ire
Static Analysis
- 9557: Parser: SimpleArithmeticExpression should return ArithmeticTerm thanks to @janbarasek
- 9546: Update baselines for Lexer 1.2.3 thanks to @derrabus
- 9504: Fix AbstractQuery::setParameter phpdoc thanks to @dmaicher
- 9493: Added "false" value to $columnPrefix type declaration. thanks to @DmytryHo
- 9491: PHPStan 1.4.6, Psalm 4.20.0 thanks to @derrabus
CI
- 9539: Drop minor version number thanks to @greg0ire
- 9470: Run Postgres 14 and MariaDB 10.6 in CI thanks to @derrabus
Test Suite
phpstan/phpstan
v1.4.9
🔧
Improvements -
Identical
(===
and!==
) andEqual
(==
and!=
) with the same variables resolve toConstantBooleanType
(https://github.com/phpstan/phpstan-src/commit/98c4d84ec983fb36992119d4c393d7192a2a99b6) - Scalars of the same type on both of
Equal
(==
and!=
) are delegated toIdentical
(===
and!==
) (https://github.com/phpstan/phpstan-src/commit/316f269d6e81fcfa435f74cb1155076e349f053f)
🐛
Bugfixes - Fix trait detection recursion (#1050), #6740, thanks @herndlm!
- Do not add
null
to a template type for a default parameter valuenull
(https://github.com/phpstan/phpstan-src/commit/7a66cb6eda85703811c7dce472355e036d70c144), #6584 - Fix nullable closure parameter type (https://github.com/phpstan/phpstan-src/commit/c05ba984a08d1fa50e0edf63e99a9a893e78e821), #6701
- TemplateType - fix description for subtracted mixed bound (https://github.com/phpstan/phpstan-src/commit/6525d6805b1beece69ec97802bdf16dd8545cfdf)
- Fix dead catch when iterating objects (#1051), #5903, thanks @rajyan!
- Fix false positive dead catch on property assignment (#1047), #6256, thanks @rajyan!
- Fix template type subtraction and union (https://github.com/phpstan/phpstan-src/commit/51e2df38ee7fbda5416e1c5c1091dacf8618f3e1), #6591
- Simulate
offsetSet
to get throw points for ArrayAccess assignment (#1054), #4852, thanks @rajyan! - Make return type extension for
array_column()
aware of PHP version (#1053), thanks @jlherren! - Fix Unused private constant with an indirect access (#1059), #6758, thanks @rajyan!
- Fix
Equal
(==
and!=
) handling in TypeSpecifier (https://github.com/phpstan/phpstan-src/commit/10b295f3cde7d91cc2b2784fc012910be6a06fb8) - Fix more TypeSpecifier issues regarding
Identical
(===
and!==
) (#1058)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.