-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency friendsofphp/php-cs-fixer to v3.68.5 #39
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
40de6f2
to
426d895
Compare
426d895
to
da966bf
Compare
da966bf
to
9a071d0
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
9a071d0
to
e4d1267
Compare
e4d1267
to
3b0f3c2
Compare
3b0f3c2
to
57606e3
Compare
57606e3
to
2ecb162
Compare
2ecb162
to
bd58d84
Compare
bd58d84
to
9e79377
Compare
9e79377
to
2d0b709
Compare
2d0b709
to
5630bff
Compare
5630bff
to
2249d63
Compare
2249d63
to
f2e70db
Compare
f2e70db
to
eb53c5d
Compare
c49e77c
to
312b073
Compare
312b073
to
4d59688
Compare
4d59688
to
27053dc
Compare
27053dc
to
c725a68
Compare
c725a68
to
f8508fd
Compare
f8508fd
to
95813d0
Compare
95813d0
to
c3fd9d3
Compare
c3fd9d3
to
361bcae
Compare
361bcae
to
510b851
Compare
510b851
to
1cb0238
Compare
1cb0238
to
fd6417a
Compare
fd6417a
to
579ae03
Compare
579ae03
to
b1fa31b
Compare
b1fa31b
to
2050d6e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.7.0
->3.68.5
Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
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 - enablenullable_type_declaration_for_default_null_value
(#7870)no_useless_concat_operator
- do not break variable (#7827)TokensAnalyzer
- handle unary operator in arrow functions (#7862)TypeExpression
- fix "JIT stack limit exhausted" error (#7843)v3.51.0
Compare Source
@Symfony
- add nullable_type_declaration (#7856)v3.50.0
Compare Source
@large
on method level (#7832)@medium
on method level (#7833)symfony/var-dumper
in dev tools (#7795)PhpdocArrayTypeFixer
(#7812)NamespaceUsesAnalyzer
(#7814)MbStrFunctionsFixer
- add support formb_trim
,mb_ltrim
andmb_rtrim
functions (#7840)NoEmptyPhpdocFixer
- do not leave empty line after removing PHPDoc (#7820)no_superfluous_phpdoc_tags
- introduceallow_future_params
option (#7743)<…>
(#7817)fully_qualified_strict_types
fixer (#7719)ExecutorWithoutErrorHandler
- remove invalid PHP 7.4 type (#7845)fully_qualified_strict_types
must honor template/local type identifiers (#7724)MethodArgumentSpaceFixer
- do not break heredoc/nowdoc ([Configuration
📅 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.