[Conductor] Update dev#96
Merged
Merged
Conversation
Conductor executed the following commands: composer update phpstan/phpstan:2.1.56 rector/rector:2.4.5 --with-all-dependencies --minimal-changes
Contributor
Author
composer.lockDev Package changes
Settings · Docs · Powered by Private Packagist |
ef0afdf to
e9ab5b3
Compare
pscheit
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically generated by Conductor.
The PR contains the changes generated by running the following command:
Changelog
phpstan/phpstan (Source: GitHub Releases)
2.1.56
This is the final send-off for PHPStan 2.1.x series! 👋 This release fixes 31 issues 🎉
PHPStan 2.2.0 will be released this Thursday.
Bleeding edge 🔪
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: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
Improvements 🔧
OverridingMethodRuleandOverridingPropertyRule(#5730), #14457Bugfixes 🐛
TemplateTypeinArrayTypeandIntersectionTypearray-mutating methods (#5698), #14633, thanks @staabm and @VincentLanglet!method_exists()as always true for@method-annotated methods (#5664), #6211, thanks @VincentLanglet and @staabm!gotoandLabelin top-level file statements processed byprocessNodes(#5721), #14660property_exists()guard is present (#5544), #2861, thanks @VincentLanglet and @staabm!class_existsexpression types in closure (#5746), thanks @staabm!NewStaticRule(#5740), #10274, thanks @VincentLanglet and @staabm!processArgs(#5725), #9392, thanks @VincentLanglet and @staabm!IssetExprcertainty narrowing through ternary-assigned variables via conditional expressions (#5742), #10090, thanks @VincentLanglet and @staabm!throwexpressions (#5741), #9826, thanks @VincentLanglet and @staabm!Performance 🏎️
Function signature fixes 🤖
dirname()return type (#5708), thanks @staabm!RedisArraymethods in function signature map (#5743), #9748, thanks @VincentLanglet and @staabm!Internals 🔍
NeverTypeout ofunsetOffsetintotryRemove(#5707)Type::truncateListToSize()fromTypeSpecifier(#5713)instanceof ConstantStringTypecalls (#5752, #5753), thanks @staabm!rector/rector (Source: GitHub Releases))
2.4.5
New Features 🥳
Bugfixes 🐛
rectorphp/rector-symfony
rectorphp/rector-doctrine
rectorphp/rector-phpunit
rectorphp/rector-downgrade-php
2.4.4
New Features 🥳
Bugfixes 🐛
Removed 💀
rectorphp/rector-symfony
rectorphp/rector-downgrade-php
Task options
If you close the PR, the task will be skipped and Conductor will schedule the next task. Clicking the "Skip" button in the UI has the same effect. Conductor won't attempt to update the dependency to this exact version again but it will schedule updates to newer versions.
Powered by Private Packagist