stable

php-cs-fixer-2.17.1-1.fc32

FEDORA-2020-aa71f30fde created by remi 3 years ago for Fedora 32

Changelog for v2.17.1

  • bug #5325 NoBreakCommentFixer - better throw handling (SpacePossum)
  • bug #5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
  • bug #5332 Fix file missing for php8 (jderusse)
  • bug #5333 Fix file missing for php8 (jderusse)
  • minor #5328 Fixed deprecation message version (GrahamCampbell)
  • minor #5330 DX: cleanup Github Actions configs (kubawerlos)

Changelog for v2.17.0

  • bug #4752 SimpleLambdaCallFixer - bug fixes (SpacePossum)
  • bug #4794 TernaryToElvisOperatorFixer - fix open tag with echo (SpacePossum)
  • bug #5084 Fix for variables within string interpolation in lambda_not_used_import (GrahamCampbell)
  • bug #5094 SwitchContinueToBreakFixer - do not support alternative syntax (SpacePossum)
  • feature #2619 PSR-5 @inheritDoc support (julienfalque)
  • feature #3253 Add SimplifiedIfReturnFixer (Slamdunk, SpacePossum)
  • feature #4005 GroupImportFixer - introduction (greeflas)
  • feature #4012 BracesFixer - add "allow_single_line_anonymous_class_with_empty_body" option (kubawerlos)
  • feature #4021 OperatorLinebreakFixer - Introduction (kubawerlos, SpacePossum)
  • feature #4259 PsrAutoloadingFixer - introduction (kubawerlos)
  • feature #4375 extend ruleset "@PHP73Migration" (gharlan)
  • feature #4435 SingleSpaceAfterConstructFixer - Introduction (localheinz)
  • feature #4493 Add echo_tag_syntax rule (mlocati, kubawerlos)
  • feature #4544 SimpleLambdaCallFixer - introduction (keradus)
  • feature #4569 PhpdocOrderByValueFixer - Introduction (localheinz)
  • feature #4590 SwitchContinueToBreakFixer - Introduction (SpacePossum)
  • feature #4679 NativeConstantInvocationFixer - add "strict" flag (kubawerlos)
  • feature #4701 OrderedTraitsFixer - introduction (julienfalque)
  • feature #4704 LambdaNotUsedImportFixer - introduction (SpacePossum)
  • feature #4740 NoAliasLanguageConstructCallFixer - introduction (SpacePossum)
  • feature #4741 TernaryToElvisOperatorFixer - introduction (SpacePossum)
  • feature #4778 UseArrowFunctionsFixer - introduction (gharlan)
  • feature #4790 ArrayPushFixer - introduction (SpacePossum)
  • feature #4800 NoUnneededFinalMethodFixer - Add "private_methods" option (SpacePossum)
  • feature #4831 BlankLineBeforeStatementFixer - add yield from (SpacePossum)
  • feature #4832 NoUnneededControlParenthesesFixer - add yield from (SpacePossum)
  • feature #4863 NoTrailingWhitespaceInStringFixer - introduction (gharlan)
  • feature #4875 ClassAttributesSeparationFixer - add option for no new lines between properties (adri, ruudk)
  • feature #4880 HeredocIndentationFixer - config option for indentation level (gharlan)
  • feature #4908 PhpUnitExpectationFixer - update for Phpunit 8.4 (ktomk)
  • feature #4942 OrderedClassElementsFixer - added support for abstract method sorting (carlalexander, SpacePossum)
  • feature #4947 NativeConstantInvocation - Add "PHP_INT_SIZE" to SF rule set (kubawerlos)
  • feature #4953 Add support for custom differ (paulhenri-l, SpacePossum)
  • feature #5264 CleanNamespaceFixer - Introduction (SpacePossum)
  • feature #5280 NoUselessSprintfFixer - Introduction (SpacePossum)
  • minor #4634 Make all options snake_case (kubawerlos)
  • minor #4667 PhpUnitOrderedCoversFixer - stop using deprecated fixer (keradus)
  • minor #4673 FinalStaticAccessFixer - deprecate (julienfalque)
  • minor #4762 Rename simple_lambda_call to regular_callable_call (julienfalque)
  • minor #4782 Update RuleSets (SpacePossum)
  • minor #4802 Master cleanup (SpacePossum)
  • minor #4828 Deprecate Config::create() (DocFX)
  • minor #4872 Update RuleSet SF and PHP-CS-Fixer with new config for `no_extra_blan… (SpacePossum)
  • minor #4900 Move "no_trailing_whitespace_in_string" to SF ruleset. (SpacePossum)
  • minor #4903 Docs: extend regular_callable_call rule docs (keradus, SpacePossum)
  • minor #4910 Add use_arrow_functions rule to PHP74Migration:risky set (keradus)
  • minor #5025 PhpUnitDedicateAssertInternalTypeFixer - deprecate "target" option (kubawerlos)
  • minor #5037 FinalInternalClassFixer- Rename option (SpacePossum)
  • minor #5093 LambdaNotUsedImportFixer - add heredoc test (SpacePossum)
  • minor #5163 Fix CS (SpacePossum)
  • minor #5169 PHP8 care package master (SpacePossum)
  • minor #5186 Fix tests (SpacePossum)
  • minor #5192 GotoLabelAnalyzer - introduction (SpacePossum)
  • minor #5230 Fix: Reference (localheinz)
  • minor #5240 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • minor #5244 Fix 2.17 build (keradus)
  • minor #5251 PHP8 - match support (SpacePossum)
  • minor #5252 Update RuleSets (SpacePossum)
  • minor #5278 PHP8 constructor property promotion support (SpacePossum)
  • minor #5284 PHP8 - Attribute support (SpacePossum)
  • minor #5323 NoUselessSprintfFixer - Fix test on PHP5.6 (SpacePossum)
  • minor #5326 DX: relax composer requirements to not block installation under PHP v8, support for PHP v8 is not yet ready (keradus)

Changelog for v2.16.8

  • bug #5095 Annotation - fix for Windows line endings (SpacePossum)
  • bug #5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
  • bug #5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)
  • bug #5235 ArrayIndentationFixer - fix for nested arrays (kubawerlos)
  • bug #5248 NoBreakCommentFixer - fix throw detect (SpacePossum)
  • bug #5250 SwitchAnalyzer - fix for semicolon after case/default (kubawerlos)
  • bug #5253 IO - fix cache info message (SpacePossum)
  • bug #5273 Fix PHPDoc line span fixer when property has array typehint (ossinkine)
  • bug #5274 TernaryToNullCoalescingFixer - concat precedence fix (SpacePossum)
  • feature #5216 Add RuleSets to docs (SpacePossum)
  • minor #5226 Applied CS fixes from 2.17-dev (GrahamCampbell)
  • minor #5229 Fixed incorrect phpdoc (GrahamCampbell)
  • minor #5231 CS: unify styling with younger branches (keradus)
  • minor #5232 PHP8 - throw expression support (SpacePossum)
  • minor #5233 DX: simplify check_file_permissions.sh (kubawerlos)
  • minor #5236 Improve handling of unavailable code samples (julienfalque, keradus)
  • minor #5239 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • minor #5254 PHP8 - mixed type support (SpacePossum)
  • minor #5255 Tests: do not skip documentation test (keradus)
  • minor #5256 Docs: phpdoc_to_return_type - add new example in docs (keradus)
  • minor #5261 Do not update Composer twice (sanmai)
  • minor #5263 PHP8 support (SpacePossum)
  • minor #5266 PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support (sanmai)
  • minor #5267 Improve InstallViaComposerTest (sanmai)
  • minor #5268 Add GitHub Workflows CI, including testing on PHP 8 and on macOS/Windows/Ubuntu (sanmai)
  • minor #5269 Prep work to migrate to PHPUnit 9.x (sanmai, keradus)
  • minor #5275 remove not supported verbose options (SpacePossum)
  • minor #5276 PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set (SpacePossum)
  • minor #5277 PHP8 - Constructor Property Promotion support (SpacePossum)
  • minor #5292 Disable blank issue template and expose community chat (keradus)
  • minor #5293 Add documentation to "yoda_style" sniff to convert Yoda style to non-Yoda style (Luc45)
  • minor #5295 Run static code analysis off GitHub Actions (sanmai)
  • minor #5298 Add yamllint workflow, validates .yaml files (sanmai)
  • minor #5302 SingleLineCommentStyleFixer - do not fix possible attributes (PHP8) (SpacePossum)
  • minor #5303 Drop CircleCI and AppVeyor (keradus)
  • minor #5304 DX: rename TravisTest, as we no longer test only Travis there (keradus)
  • minor #5305 Groom GitHub CI and move some checks from TravisCI to GitHub CI (keradus)
  • minor #5308 Only run yamllint when a YAML file is changed (julienfalque, keradus)
  • minor #5309 CICD: create yamllint config file (keradus)
  • minor #5311 OrderedClassElementsFixer - PHPUnit Bridge support (ktomk)
  • minor #5316 PHP8 - Attribute support (SpacePossum)
  • minor #5321 DX: little code grooming (keradus)

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2020-aa71f30fde

This update has been submitted for testing by remi.

3 years ago

This update's test gating status has been changed to 'ignored'.

3 years ago

This update's test gating status has been changed to 'waiting'.

3 years ago

This update has obsoleted php-cs-fixer-2.17.0-1.fc32, and has inherited its bugs and notes.

3 years ago

This update's test gating status has been changed to 'ignored'.

3 years ago

This update has been pushed to testing.

3 years ago

This update can be pushed to stable now if the maintainer wishes

3 years ago

This update has been submitted for stable by bodhi.

3 years ago

This update has been pushed to stable.

3 years ago

Please login to add feedback.

Metadata
Type
enhancement
Karma
0
Signed
Content Type
RPM
Test Gating
Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
7 days
Dates
submitted
3 years ago
in testing
3 years ago
in stable
3 years ago

Automated Test Results