[Conductor] Update dev#94
Open
private-packagist[bot] wants to merge 1 commit into
Open
Conversation
Conductor executed the following commands: composer update friendsofphp/php-cs-fixer:v3.95.2 phpstan/phpstan:2.1.55 --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
friendsofphp/php-cs-fixer (Source: GitHub Releases))
v3.95.2
What's Changed
PhpdocToReturnTypeFixerby @kubawerlos in #9558MethodArgumentSpaceFixer- avoid collapsing multi-line arguments by @localheinz in #9559BlankLineBetweenImportGroupsFixerby @kubawerlos in #9562NoExtraBlankLinesFixerby @kubawerlos in #9567NoRedundantReadonlyPropertyFixer- fixTypeErrorwhen trait contains anonymous class by @Copilot in #9457php_unit_attributesrule by @keradus in #9578PhpUnitRequiresConstraintFixerfrom https://github.com/kubawerlos/php-cs-fixer-custom-fixers by @keradus in #9581NoUnsetCastFixerTest- run any test on PHP >= 8 by @keradus in #9585PhpdocSingleLineVarSpacingFixerby @kubawerlos in #9591AbstractFopenFlagFixerby @kubawerlos in #9592OrderedImportsFixerby @kubawerlos in #9603TextReporter- always show summary footer by @eyupcanakman in #9595@authorname per email by @kubawerlos in #9606PhpUnitAttributesFixer- add missing handling ofCoversMethodand naive handling ofCoversTraitby @keradus in #9588ControlStructureBracesFixerby @kubawerlos in #9609PhpdocTagCasingFixerTestby @kubawerlos in #9610facile-it/paraunitto ^2.11 by @keradus in #9589ModifierKeywordsFixer- do not break PHP syntax for closures in constant expressions by @kubawerlos in #9596New Contributors
Full Changelog: v3.95.1...v3.95.2
phpstan/phpstan (Source: GitHub Releases)
2.1.55
This release fixes 55 issues! 🎉
Bleeding edge 🔪
DateIntervalconstructor arguments at analysis time (#5587), #14442, thanks @staabm and @VincentLanglet!MethodSignatureRule(#5584), #14563, thanks @VincentLanglet and @staabm!define()andconstvalues against explicit types indynamicConstantNames(#5648), #14600, thanks @staabm and @VincentLanglet!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 🔧
$var::method()) to enable purity and side-effect checking (#5572), #14557, #5020, thanks @VincentLanglet and @staabm!new self()(#5599), #14573array&callabletype (#5573), #14549, thanks @VincentLanglet and @staabm!numeric-stringforDateInterval::format('%a')when interval comes fromdiff()(#5674), #1452, thanks @VincentLanglet and @staabm!Bugfixes 🐛
IssetCheckandMutatingScope::issetCheckwhen property has propagated error (#5569), #14555optimizeConstantArrays(phpstan/phpstan-src@9743346)$arr[$key]existence acrossarray_search/array_find_keyvia conditional expression holders (#5552), #14537, thanks @staabm and @VincentLanglet!array_find_key()returns null (#5693), #14630DateInterval->daysafterDateTimeInterface->diff()(#5588), #14428, thanks @staabm!*as assignment suppression insscanf/fscanfplaceholder counting (#5586), #10260, thanks @staabm and @VincentLanglet!RegexGroupParser::walkGroupAst()to prevent non-empty/non-falsy state bleeding (#5602), #14575, thanks @staabm and @VincentLanglet!ConstantArrayTypetoarraywhen resolving dynamic constant types (#5606), #8526, thanks @VincentLanglet and @staabm!*scanf()format string placeholders (#5594), #14567, thanks @hakre!maybeinRandomIntParametersRulewhen either argument is an unboundedIntegerRangeType(#5622), #14468, thanks @staabm and @VincentLanglet!$argcand$argvinglobalstatements (#5623), #12392, thanks @staabm and @VincentLanglet!isAlwaysTerminatingfrom immediately-invoked callable arguments to the outer call (#5604), #14582, thanks @VincentLanglet!ConditionalTypewhen subject-target relationship is deterministic despite containing template types (#5631), #11894, #8048, thanks @VincentLanglet and @staabm!nullfromArgumentsNormalizer::reorderArgs()when positional args after named args create holes beyond parameter count (#5637), #14596, thanks @staabm and @VincentLanglet!BooleanAndfalsey andBooleanOrtruthy type narrowing when left and right conditions narrow different expression keys (#5595), #14566, #13061, #7259, thanks @VincentLanglet!non-falsy-string == 0as always false inAccessoryNonFalsyStringType::looseCompare()(#5654), #14606, thanks @VincentLanglet and @staabm!TypeCombinator::union(#5660), #14610, thanks @staabm and @VincentLanglet!@throws voidongetIterator()when determining foreach Traversable throw points (#5666), #6833, thanks @staabm and @VincentLanglet!isSubTypeOfforLateResolvableTypeinUnionType::isSuperTypeOf()(#5645), #10942, thanks @staabm and @VincentLanglet!array_spliceargument types (#5682), #13510, thanks @VincentLanglet and @staabm!use ... asaliases (#5671), #14617, thanks @VincentLanglet and @staabm!createConditionalExpressionseven when target is not tracked in the other scope (#5676), #14595, thanks @staabm and @VincentLanglet!TemplateTypeinIntersectionType::shuffleArray()when intersection is already a list (#5694), #14631Performance 🏎️
TypeCombinator::union()(#5629), thanks @staabm!ArrayType::isList()(#5680), thanks @staabm!Function signature fixes 🤖
opcache_get_configuration(#5424), thanks @devnix!SQLite3Result::fetchArray()(#3080), thanks @devnix!class_exists,interface_exists,trait_exists, andenum_existsas having no side effects in function metadata (#5607), #8579, thanks @VincentLanglet and @staabm!PDOStatement::fetchAll()in function signature map (#5630), #5509, thanks @VincentLanglet and @staabm!list<mixed>fromPDOStatement::fetchAll()(#5643), #11889, thanks @staabm and @VincentLanglet!Internals 🔍
Type::makeListMaybe()for sort functions that drop list-ness (#5611)Type::mapValueType(callable)for "same keys, transformed values" (#5611)Type::changeKeyCaseArray(?int)forarray_change_key_case(#5611)Type::filterArrayRemovingFalsey()forarray_filterno-callback path (#5611)Type::mapKeyType(callable)and use it alongsidemapValueTypein NodeScopeResolver (#5611)Type::toBitwiseNotType()for~$x(#5612)Type::toGetClassResultType()forget_class($x)(#5612)Type::toClassConstantType()for$x::class(#5612)Type::toObjectTypeForInstanceofCheck()forinstanceofRHS (#5612)Type::toObjectTypeForIsACheck()foris_a($x, $class, $allowString)(#5612)MutatingScope::getCallableParameterType(#5635), thanks @VincentLanglet!pcntl_fork()(phpstan/phpstan-src#5663)PHPSTAN_PARALLEL_FORK=1Task 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