[Conductor] Update dev - #76
Merged
Merged
Conversation
Conductor executed the following commands: composer update phpstan/phpstan:2.2.2 phpunit/phpunit:12.5.29 --with-all-dependencies --minimal-changes
Contributor
Author
composer.lockDev Package changes
Settings · Docs · Powered by Private Packagist |
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.2.2
Improvements 🔧
preg_match/preg_match_allsubject string type when match is truthy (#5777), #14710, thanks @staabm and @VincentLanglet!int<0, max>(#5791), #14744, thanks @staabm and @VincentLanglet!WithoutImpurePointspurity transitively through calls to other effect-free callables (#5798), #14759decimal-int-string/non-decimal-int-stringfor regex capturing groups matching (non-)digits (#5793), #14750, thanks @staabm, @VincentLanglet and @mvorisek!decimal-int-stringwhen castingint/int<a, b>tostring(#5794), #14753, thanks @staabm and @VincentLanglet!Bugfixes 🐛
BooleanAnd/BooleanOrtype specifier with truthy fallback forisset()(#5760), #10644, #11918, #3385, #6202, #14455, thanks @VincentLanglet and @staabm!HasOffsetTypeviaArrayType::tryRemove(#5756), #9461, thanks @VincentLanglet and @staabm!ConstantArrayType::tryRemoveforHasOffsetValueType(#5776), #14711, thanks @VincentLanglet and @staabm!array-key(phpstan/phpstan-src@49074ec), #14732list<mixed>fromPDOStatement::fetchAll()(#5643)" (#5795), thanks @staabm!@throwsas not effect-free in theCallTo*StatementWithoutImpurePointsRulefamily (#5802), #14767Function signature fixes 🤖
false/null(#5788), #14736Internals 🔍
instanceof ConstantStringType(#5783), thanks @staabm!instanceof ConstantScalarType(#5785), thanks @staabm!getConstantScalarTypes()togetConstantScalarValues()(#5786), thanks @staabm!return(phpstan/phpstan-src@1643f14)phpunit/phpunit (Source: GitHub Releases))
12.5.29
Fixed
assertNotEquals()failure message says "is equal to" instead of "is not equal to" when comparing arrays or objectsexpectOutputString()andexpectOutputRegex()silently replace themselves and each otherLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
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