[Conductor] Update dev#71
Merged
Merged
Conversation
Contributor
Author
composer.lockDev Package changes
Settings · Docs · Powered by Private Packagist |
949c841 to
4715de9
Compare
Conductor executed the following commands: composer update phpstan/phpstan:2.1.54 phpunit/phpunit:12.5.24 --with-all-dependencies --minimal-changes
Contributor
Author
|
The composer.lock diff comment has been updated to reflect new changes in this PR. |
4715de9 to
de2e6bd
Compare
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.54
Improvements 🔧
Bugfixes 🐛
invalidateExpressionwhenrequireMoreCharactersis true (#5560), #14545[$obj, $method]as callable whenis_callable($obj, $method)is known true in scope (#5547), #4510, thanks @VincentLanglet and @staabm!ConstantArrayTypeBuilder(#5566), #14551isFirstClassCallable()before callinggetArgs()on nestedFuncCallnodes (#5564), #14550, thanks @staabm and @VincentLanglet!ConstantArrayType::setOffsetValueTypewhen union key expansion produces all-optional keys (#5567), #14552, #14553Performance 🏎️
2.1.53
Bugfixes 🐛
Expr\UnaryMinuswith scalar operand as scalar literal inisExprSafeToProjectThroughVariableand comparison type specifying (fixes TypeError crash) (#5557), #14542tryProcessUnrolledConstantArrayForeach(#5558), #79782.1.52
This release fixes 45 issues! 🎉
Improvements 🔧
Assignnode forList_destructuring inforeachvalue position (#5504), #8075foreachloop (#5505), #7076static::SOME_CONSTin PHPDoc (#5510), #13828, thanks @VincentLanglet!Bugfixes 🐛
ConditionalTypeForParameterchildren before converting toConditionalTypeto prevent infinite traversal (#5507), #13872?->method call to account for argument short-circuiting (#5456), #10729, thanks @VincentLanglet and @staabm!ExportedParameterNodefor result cache invalidation (#5518), #14520$valuein foreach (#5526)array_merge/array_replace(#5525), #14526||truthy, Track destructure relationships across tagged-union foreach (#5531), #9519$arr[$key]existence acrossarray_key_first/last+!== null(#5537)Performance 🏎️
Function signature fixes 🤖
Internals 🔍
2.1.51
Improvements 🔧
dumpTypemessage to preserve argument order (#5503), #14508Bugfixes 🐛
NeverTypeasTemplateMixedTypeinTemplateUnionType::filterTypes()(#5500), #14504@vartype without triggering@extendsresolution (#5502), #14501Internals 🔍
UnionType::accepts()(phpstan/phpstan-src@5cfa80a)phpunit/phpunit (Source: GitHub Releases))
12.5.24
Added
TestCase::invokeTestMethod()method for customizing test method invocation from PHPUnit 13Fixed
testStartedandtestFinishedMockBuilder::setMockClassName()andTestStubBuilder::setStubClassName()now reject values that are not valid unqualified PHP class identifiers, throwing the newInvalidClassNameExceptionGenerator::ensureValidMethods()to validate method names passed toMockBuilder::onlyMethods()andaddMethods()was not anchored, so any string containing a valid identifier substring (including strings with parentheses, braces, comments, or newlines) was acceptedLearn 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