-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency friendsofphp/php-cs-fixer to ^3.70.2 #110
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/friendsofphp-php-cs-fixer-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
35b7b97
to
9c0e42f
Compare
9c0e42f
to
2c521e8
Compare
2c521e8
to
ca7870c
Compare
ca7870c
to
25ce5e0
Compare
25ce5e0
to
d177c7f
Compare
d177c7f
to
1cafa76
Compare
1cafa76
to
e269ecb
Compare
e269ecb
to
ddbd4bc
Compare
ddbd4bc
to
3cb1f17
Compare
3cb1f17
to
90901b3
Compare
90901b3
to
dff4404
Compare
dff4404
to
5057d17
Compare
5057d17
to
273f986
Compare
834fe8d
to
bea41a6
Compare
bea41a6
to
8fb96d8
Compare
8fb96d8
to
3d87ba1
Compare
3d87ba1
to
cc91e1e
Compare
cc91e1e
to
319bf1a
Compare
319bf1a
to
a48b1b0
Compare
a48b1b0
to
b81bc02
Compare
b81bc02
to
e7db959
Compare
e7db959
to
7ac2a3c
Compare
7ac2a3c
to
a3f5100
Compare
a3f5100
to
a1857b9
Compare
a1857b9
to
0be306f
Compare
0be306f
to
67728d8
Compare
67728d8
to
4701c95
Compare
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 contains the following updates:
^3.48.0
->^3.70.2
Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
v3.70.2
Compare Source
MbStrFunctionsFixer
must run beforeNativeFunctionInvocationFixer
(#8466)MethodArgumentSpaceFixer
- fix nested calls forensure_fully_multiline
option (#8469)v3.70.1
Compare Source
PhpUnitSizeClassFixer
must run beforePhpUnitAttributesFixer
(#8457)OrderedImportsFixerTest
(#8458)v3.70.0
Compare Source
PhpUnitDataProviderMethodOrderFixer
fixer (#8225)HeaderCommentFixer
- allow validators (#8452)PhpCsFixer
ruleset: useoperator_linebreak
rule for all operators (#8417)PhpUnitMethodCasingFixer
to support PHPUnit'sTest
attribute (#8451)TypeDeclarationSpacesFixer
- Fix whitespace between const type and const name (#8442)CommentsAnalyzer
- allow other forms of assignment as valid structural elements for PHPDocs (#8371)PhpUnitTestClassRequiresCoversFixer
must run beforePhpUnitAttributesFixer
(#8444)CheckCommandTest::testDryRunModeIsUnavailable
to correctly check that option--dry-run
is unavailable (#8438)v3.69.1
Compare Source
PhpUnitAttributesFixer
- convert correctly version constraint (#8439)PhpUnitAttributesFixer
must run beforeNoEmptyPhpdocFixer
(#8443)v3.69.0
Compare Source
OrderedClassElementsFixer
- sort correctly typed constants (#8408)checkbashisms
to 2.25.2 (#8427)v3.68.5
Compare Source
NativeTypeDeclarationCasingFixer
- do not touch constants named as native types (#8404)v3.68.4
Compare Source
v3.68.3
Compare Source
NativeTypeDeclarationCasingFixer
- fix for enum with "Mixed" case (#8395)v3.68.2
Compare Source
NativeTypeDeclarationCasingFixer
- fix for promoted properties, enums,false
andmixed
(#8386)dev-tools
dependencies are bumped (#8389)Yaml::parseFile()
instead of custom method (#8380)v3.68.1
Compare Source
AutoReview/CiConfigurationTest
- handle failure of reading files (#8375)Docker
- check allcompose
services (#8370)v3.68.0
Compare Source
ModernizeStrposFixer
- supportstripos
(#8019)FullyQualifiedStrictTypesFixer
- reduce conditions count (#8368)PhpUnitSetUpTearDownVisibilityFixer
- extend test for anonymous classes (#8369)v3.67.1
Compare Source
FullyQualifiedStrictTypesFixer
- fix return types (#8367)PhpUnitSetUpTearDownVisibilityFixer
- do not touch anonymous classes (#8366)PHPStan
- upgrade to 2.1 (#8355)v3.67.0
Compare Source
end
/prev
functions (#8352)general_attribute_remove
fixer (#8339)v3.66.2
Compare Source
@throws
annotation (#8353)v3.66.1
Compare Source
NoMultipleStatementsPerLineFixer
- be aware of PHP 8.4 property hooks (#8344)TernaryToElvisOperatorFixer
- improvements based on PHPStan detections (#8345)PhpUnitTestCaseStaticMethodCallsFixer
- fix type ofmethods
option in documemtation and add example with it (#8338)v3.66.0
Compare Source
Tokenizer
- initial support for PHP 8.4 property hooks (#8312)PhpUnitTestCaseStaticMethodCallsFixer
- cover PHPUnit v11.5 methods (#8314)PhpUnitTestCaseStaticMethodCallsFixer
- make sure all static protected methods are handled (#8327)PhpUnitTestCaseStaticMethodCallsFixer
- support createStub (#8319)UseArrowFunctionsFixer
- support multiline statements (#8311)NullableTypeDeclarationFixer
- do not break multi-line declaration (#8331)CiConfigurationTest
- drop not needed condition, logic is checked in upcoming assertion (#8303)DotsOutput
- more const, better typing (#8318)Tokens
- simplify (un)registerFoundToken types (#8328)BraceTransformer
- don't touch curly index braces since 8.4, as it's not a valid syntax anymore (#8313)Tokens
- fix docs (#8332)v3.65.0
Compare Source
@PHP82Migration:risky
ruleset (#8277)DataProviderAnalysis
(#8226)fully_qualified_strict_types
(#8085)@coversNothing
ifCoversMethod
/CoversFunction
attribute is used (#8268)&
and|
inTypeExpression
(#8210)BlankLineAfterOpeningTagFixer
- add blank line in file starting with multi-line comment (#8256)MultilineWhitespaceBeforeSemicolonsFixer
- do not produce syntax error when there is a meaningful token after semicolon (#8230)NullableTypeDeclarationFixer
- do not break syntax when there is no space before?
(#8224)PhpUnitDataProvider(.+)Fixer
- do not omit when there is an attribute between PHPDoc and test method (#8185)PhpUnitDataProviderNameFixer
- for an attribute between PHPDoc and test method (#8217)PhpCsFixer\Tokenizer\Tokens::setSize
(#8257)Tokens::setSize
inGroupImportFixer
(#8253)Reflection*::setAccessible
(#8264)Preg::match()
extensions (#8103)@internal
(#8284)checkbashisms
to 2.24.1 (#8258)php-cs-fixer
PHP compatibility (#8235)assert
(#8207)composer-smaller-lock
(#8263)php-cs-fixer
file with static analysis (#8229)TypeExpression
API more explicit about composite types (#8214)_AttributeItems
tonon-empty-list<_AttributeItem>
to allow using single attribute item (#8199)@PHP82Migration:risky
- add integration tests (#8278)v3.64.0
Compare Source
single_space_around_construct
config (#8171)v3.63.2
Compare Source
FullyQualifiedStrictTypesFixer
- reset cache even if there is nouse
(#8183)v3.63.1
Compare Source
v3.63.0
Compare Source
array_destructuring
as option fortrailing_comma_in_multiline
(#8172)PhpUnitAttributesFixer
- fix priorities withPhpUnitDataProvider(.+)Fixer
(#8169)@return
tags for data providers already having PHPDoc (#8176)@return
tags for data providers that do not have array in data (#8179)beStrictAboutTodoAnnotatedTests
from PHPUnit's config (#8160)date_time_create_from_format_call
(#8173)v3.62.0
Compare Source
v3.61.1
Compare Source
NoSuperfluousPhpdocTagsFixer
- fix "Undefined array key 0" error (#8150)v3.61.0
Compare Source
PhpdocIndentFixer
(#8147)class-string
(#8139)ProjectCodeTest::provideDataProviderMethodCases
(#8138)v3.60.0
Compare Source
PhpUnitAttributesFixer
- add option to keep annotations (#8090)@requires PHP 7.4
ages ago (#8122)TokensAnalyzerTest
(#8123)offsetAccess.notFound
errors to baseline (#8107)TypeExpression
(#8076)TokensTest
to shrink PHPStan's baseline (#8112)no_useless_concat_operator
- do not break variable (2) (#7927)NullableTypeDeclarationFixer
- don't convert standalonenull
into nullable union type (#8098)NullableTypeDeclarationFixer
- don't convert standaloneNULL
into nullable union type (#8111)NullableTypeDeclarationFixer
- insert correct token (#8118)PhpUnitAttributesFixer
- handle multiple annotations of the same name (#8075)v3.59.3
Compare Source
v3.59.2
Compare Source
v3.59.1
Compare Source
v3.59.0
Compare Source
arm64
) (#8079)@PhpCsFixer
ruleset - normalise implicit backslashes in single quoted strings (#7965)SimpleToComplexStringVariableFixer
- support variable being an array (#8064)PhpUnitTestCaseStaticMethodCallsFixer::STATIC_METHODS
(#8073)native_constant_invocation
- array constants with native constant names (#8008)final_class
docs less dismissive (#8065)v3.58.1
Compare Source
ConstantCaseFixer
- do not change class constant usages (#8055)PhpUnitTestClassRequiresCoversFixer
- do not add annotation when attribute with leading slash present (#8054)v3.58.0
Compare Source
PhpUnitTestClassRequiresCoversFixerTest
(#8047)Tokens::$blockStartCache
andTokens::$blockEndCache
when callingTokens::setCode
(#8051)simplified_null_return
(#8049)ConstantCaseFixer
- do not change namespace (#8004)PhpUnitAttributesFixer
- do not add attribute if already present (#8043)PhpUnitSizeClassFixer
- do not add annotation when there are attributes (#8044)PhpUnitTestClassRequiresCoversFixer
- attribute detection when class isreadonly
(#8042)v3.57.2
Compare Source
ParallelConfigFactory::detect()
(#8026)php_unit_test_class_requires_covers
Attribute detection when class is final (#8016)v3.57.1
Compare Source
Preg::matchAll
(#8012)v3.57.0
Compare Source
v3.56.2
Compare Source
v3.56.1
Compare Source
PhpUnitDedicateAssertFixer
(#7999)ConstantCaseFixer
- do not touch typed constants (#7998)v3.56.0
Compare Source
TrailingCommaInMultilineFixer
- handle trailing comma in language constructs (#7989)TrailingCommaInMultilineFixer
- language constructs should be covered by arguments, not parameters (#7990)v3.55.0
Compare Source
OrderedAttributesFixer
(#7395)list
type in PHPDoc (#7975)PhpUnitAttributesFixer
- fix for#[RequiresPhp]
exceeding its constructor parameters (#7966)v3.54.0
Compare Source
PhpUnitAttributesFixer
(#7831)FullyQualifiedStrictTypesFixerTest
(#7954)PhpdocNoAccessFixerTest
(#7933)PhpUnitMethodCasingFixerTest
(#7948)PhpUnitStrictFixerTest
(#7938)FullyQualifiedStrictTypesFixer
- do not add imports before PHP opening tag (#7955)PhpUnitMethodCasingFixer
- do not double underscore (#7949)PhpUnitTestClassRequiresCoversFixer
- do not add annotation when there are attributes (#7880)v3.53.0
Compare Source
list
overarray
in more places (#7905)array_filter
function usages (#7923)trim
call (#7930)phpstan/phpstan-strict-rules
(#7924)AttributeAnalysis
(#7909)@PHP84Migration
introduction (#7774)PhpdocArrayTypeFixer
- JIT stack limit exhausted (#7895)v3.52.1
Compare Source
PhpCsFixer\Tokenizer\Tokens::setSize
return type (#7900)v3.52.0
Compare Source
nullable_type_declaration_for_default_null_value
- deprecate option that is against@PHP84Migration
(#7872)array_indentation
toPER-CS2.0
ruleset (#7881)@Symfony:risky
- addno_unreachable_default_argument_value
(#7863)PhpCsFixer
ruleset - enable `nullable_type_deConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.