[Conductor] Update friendsofphp/php-cs-fixer to v3.82.2#3
Merged
Conversation
Conductor executed the following commands: composer update friendsofphp/php-cs-fixer:v3.82.2 --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.82.2
What's Changed
ClassAttributesSeparationFixer- handle methodgetaliased in trait import by @kubawerlos in #8822VisibilityRequiredFixer- handle promoted property with visibility and reference, but without type by @kubawerlos in #8823LowercaseStaticReferenceFixer- do not touch enum's cases by @kubawerlos in #8824StatementIndentationFixer- multi constant statement containing array by @gharlan in #8825Full Changelog: v3.82.1...v3.82.2
v3.82.1
What's Changed
SingleClassElementPerStatementFixer- fix for property hooks by @kubawerlos in #8816OrderedClassElementsFixer- handle property hooks by @kubawerlos in #8817Full Changelog: v3.82.0...v3.82.1
v3.82.0
What's Changed
MagicConstantCasingFixer- support__PROPERTY__by @kubawerlos in #8809PhpUnitDataProviderNameFixer- support data providers defined by both annotation and attribute for the same test by @kubawerlos in #8811PhpdocToParamTypeFixer- always handle reference in PHPDoc by @kubawerlos in #8813FCTTestby @kubawerlos in #8808Full Changelog: v3.81.0...v3.82.0
v3.81.0
What's Changed
VisibilityRequiredFixer- handle more than only the first promoted property by @kubawerlos in #8801VisibilityRequiredFixer- handle promoted parameter passed by reference by @kubawerlos in #8799BracesPositionFixer- do not throw error when variable is terminated by PHP close tag by @paulbalandan in #8804PhpUnitInternalClassFixer- skip adding@internalon instantiation of anonymous classes by @paulbalandan in #8807PhpUnitDataProviderMethodOrderFixer- handle data provider defined by both annotation and attribute by @kubawerlos in #8805testsfailed by @kubawerlos in #8792Full Changelog: v3.80.0...v3.81.0
v3.80.0
Long-awaiting official support for PHP 8.4 in PHP-CS-Fixer is finally here 🥳! We know, it's long overdue, but for a reason... Let us explain a bit, for transparency and clean atmosphere around the project.
First of all, we are fully aware that tool like Fixer should support new PHP releases from day 0, but in reality it's not that simple. The project has 3 (let's emphasise this: three) active maintainers, whose activity depends on many factors. Even though we take this responsibility very seriously, at the same time we need to prioritise our time and efforts. Sometimes it's just not meant to have focus on OSS, and there's nothing wrong about it. People often take OSS maintenance for granted, expecting that we (Fixer team) will provide solutions for their problems and needs, but we believe that the true nature of OSS is overlooked by many of them. It's not about you, it's not about maintainers - it's about the good of the project and its users. And most importantly: it's open for everyone to contribute. You want Fixer to support PHP 8.4? Great, then help with verifying if it works correctly on a 8.4-based sources, provide tests, fix bugs if any were found... That's how it should work in a healthy community. Fixer has many great contributors, but somehow support for new PHP releases is not the topic that engage them 😅. Yes, you could say "but if I work on Fixer in my free time, and I provide PR(s) related to new PHP version support, it still needs to be reviewed and merged, but since maintainers' activity is not reliable, it may end up forgotten and my time would have got wasted", and we really understand that concern. We can't guarantee either implementing stuff on our own, and reviewing contributed code, because we simply have our lifes, families, jobs, hobbies, and Fixer is "just" a side project that we like. We don't get paid for this, we do it because we want to bring value to the PHP community. But this can't be done at the expense of our private matters.
We will do our best to bring PHP 8.5 support faster, maybe even on day 0. But it also may be done half a year after its release. It depends - on us, on all of you. We encourage you to contribute to the project, let's grow Fixer together!
We thank all the people who participated in PHP 8.4 milestone no matter how - finding and reporting bugs, implementing features and fixes, providing feedback in the PRs or discussions. We all did it in the end, time to celebrate 🥳!
What's Changed
Full Changelog: v3.79.0...v3.80.0
v3.79.0
What's Changed
BracesPositionFixer- do not touch one-line properties with hooks by @kubawerlos in #8785VisibilityRequiredFixerTest- run tests in correct PHP version by @kubawerlos in #8790PhpUnitDataProvider(.+)Fixer- support attributes by @kubawerlos in #8197Full Changelog: v3.78.1...v3.79.0
v3.78.1
What's Changed
VisibilityRequiredFixer- do not addpublicincorrectly by @kubawerlos in #8787Full Changelog: v3.78.0...v3.78.1
v3.78.0
What's Changed
VisibilityRequiredFixer- support promoted properties by @kubawerlos in #8773BracesPositionFixer- support property hooks by @kubawerlos in #8782StatementIndentationFixer- handle functionssetandget(like property hooks, but not) by @kubawerlos in #8576NativeFunctionInvocationFixer- fix global functionsetcalled in array key by @kubawerlos in #8568StaticPrivateMethodFixer- handle nested calls by @kubawerlos in #8768NoBreakCommentFixer- handle function having return type by @kubawerlos in #8767VisibilityRequiredFixer- document behaviour for asymmetric visibility with only set-visibility by @kubawerlos in #8783Full Changelog: v3.77.0...v3.78.0
v3.77.0
What's Changed
CommentToPhpdocFixerandPhpdocToCommentFixer- support asymmetric visibility by @kubawerlos in #8774NoEmptyStatementFixer- support abstract property hooks by @kubawerlos in #8766NullableTypeDeclarationForDefaultNullValueFixer- support asymmetric visibility in the constructor by @kubawerlos in #8604ProtectedToPrivateFixer- add support for promoted properties by @kubawerlos in #8608TestCasein PHPUnit fixers by @kubawerlos in #8707PhpUnitAttributesFixer- correctly remove annotations when configured['keep_annotations' => false]by @kubawerlos in #8577ProtectedToPrivateFixer- fix asymmetric visibility with only set visibility by @kubawerlos in #8763Full Changelog: v3.76.0...v3.77.0
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