[Conductor] Update dev #64
Merged
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.92.2
What's Changed
PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONSby @keradus in #9307@php-cs-fixer-ignoreaccept custom fixer names by @mlocati in #9306Full Changelog: v3.92.1...v3.92.2
v3.92.1
What's Changed
testFix*methods have second parameter$inputby @kubawerlos in #9297testFix*methods have no more than 4 parameters by @kubawerlos in #9298$configto$configurationby @kubawerlos in #9299WhitespacesFixerConfigin tests by @kubawerlos in #9300testFix*parameter names by @kubawerlos in #9301ProjectCodeTest::testExpectedInputOrder- move checks fortestFix...methods by @keradus in #9291Full Changelog: v3.92.0...v3.92.1
v3.92.0
We will take you for a little journey to the past... It's October 4th, 2017. Fixer v2.7.1 (🤯) was released 2 days ago. Suddenly, @mlocati requests path-aware rule sets... not knowing he will eventually implement this only 8 years later 😅.
Back to the present, Fixer now can dynamically change its configured behaviour either by using
@php-cs-fixer-ignore, or by implementingRuleCustomisationPolicyInterfaceand using it via->setRuleCustomisationPolicy()in config file 💥!You can read more about it here, but please keep in mind that this feature at this point is considered experimental, and as such it is not covered by the backward compatibility promise. Feel free to experiment with this feature, though, and let us know what you think!
What's Changed
@php-cs-fixer-ignoreannotation by @keradus in #9280Rule Customisation Policyby @mlocati in #9107PhpUnitTestCaseStaticMethodCallsFixer- add handling ofgetStubBuilderby @keradus in #9276PhpUnitTestCaseStaticMethodCallsFixer- addtargetoption by @kubawerlos in #8498.php-cs-fixer.dist.php- remove no longer needed rule, 'expectedDeprecation' annotation does not exist for long time by @keradus in #9266Config::getFinder()- fix typehinting by @keradus in #9288arguments.counterror from PHPStan by @kubawerlos in #9258generator.valueTypeerror from PHPStan by @kubawerlos in #9259plus.*NonNumericerrors from PHPStan by @kubawerlos in #9260Runner- better input types handling by @keradus in #9286testFix*methods have first parameter$expectedby @kubawerlos in #9289ProjectCodeTest- refactortestExpectedInputOrdertest by @keradus in #9290Rule Customisation Policy- better error message for wrong customisers by @keradus in #9279Rule Customisation Policy- prevent policy without version by @keradus in #9278Full Changelog: v3.91.3...v3.92.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