stable

php-cs-fixer-2.16.3-1.fc31

FEDORA-2020-56d6c96c0b created by remi 5 years ago for Fedora 31

Changelog for version 2.16.3

  • bug #4915 Fix handling property PHPDocs with unsupported type (julienfalque)
  • minor #4916 Fix AppVeyor build (julienfalque)
  • minor #4917 CircleCI - Bump xcode to 11.4 (GrahamCampbell)
  • minor #4918 DX: do not fix ".phpt" files by default (kubawerlos)

Changelog for version 2.16.2

  • bug #3820 Braces - (re)indenting comment issues (SpacePossum)
  • bug #3911 PhpdocVarWithoutNameFixer - fix for properties only (dmvdbrugge)
  • bug #4601 ClassKeywordRemoveFixer - Fix for namespace (yassine-ah, kubawerlos)
  • bug #4630 FullyQualifiedStrictTypesFixer - Ignore partial class names which look like FQCNs (localheinz, SpacePossum)
  • bug #4661 ExplicitStringVariableFixer - variables pair if one is already explicit (kubawerlos)
  • bug #4675 NonPrintableCharacterFixer - fix for backslash and quotes when changing to escape sequences (kubawerlos)
  • bug #4678 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use" (kubawerlos)
  • bug #4682 Fix handling array type declaration in properties (julienfalque)
  • bug #4685 Improve Symfony 5 compatibility (keradus)
  • bug #4688 TokensAnalyzer::isConstantInvocation - Fix detection for fully qualified return type (julienfalque)
  • bug #4689 DeclareStrictTypesFixer - fix for "strict_types" set to "0" (kubawerlos)
  • bug #4690 PhpdocVarAnnotationCorrectOrderFixer - fix for multiline @var without type (kubawerlos)
  • bug #4710 SingleTraitInsertPerStatement - fix formatting for multiline "use" (kubawerlos)
  • bug #4711 Ensure that files from "tests" directory in release are autoloaded (kubawerlos)
  • bug #4749 TokensAnalyze::isUnaryPredecessorOperator fix for CT::T_ARRAY_INDEX_C… (SpacePossum)
  • bug #4759 Add more priority cases (SpacePossum)
  • bug #4761 NoSuperfluousElseifFixer - handle single line (SpacePossum)
  • bug #4783 NoSuperfluousPhpdocTagsFixer - fix for really big PHPDoc (kubawerlos, mvorisek)
  • bug #4787 NoUnneededFinalMethodFixer - Mark as risky (SpacePossum)
  • bug #4795 OrderedClassElementsFixer - Fix (SpacePossum)
  • bug #4801 GlobalNamespaceImportFixer - fix docblock handling (gharlan)
  • bug #4804 TokensAnalyzer::isUnarySuccessorOperator fix for array curly braces (SpacePossum)
  • bug #4807 IncrementStyleFixer - handle after ")" (SpacePossum)
  • bug #4808 Modernize types casting fixer array curly (SpacePossum)
  • bug #4809 Fix "braces" and "method_argument_space" priority (julienfalque)
  • bug #4813 BracesFixer - fix invalid code generation on alternative syntax (SpacePossum)
  • bug #4822 fix 2 bugs in phpdoc_line_span (lmichelin)
  • bug #4823 ReturnAssignmentFixer - repeat fix (SpacePossum)
  • bug #4824 NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority (SpacePossum)
  • bug #4825 GlobalNamespaceImportFixer - do not import global into global (SpacePossum)
  • bug #4829 YodaStyleFixer - fix precedence for T_MOD_EQUAL and T_COALESCE_EQUAL (SpacePossum)
  • bug #4830 TernaryToNullCoalescingFixer - handle yield from (SpacePossum)
  • bug #4835 Remove duplicate "function_to_constant" from RuleSet (SpacePossum)
  • bug #4840 LineEndingFixer - T_CLOSE_TAG support, StringLineEndingFixer - T_INLI… (SpacePossum)
  • bug #4846 FunctionsAnalyzer - better isGlobalFunctionCall detection (SpacePossum)
  • bug #4852 Priority issues (SpacePossum)
  • bug #4870 HeaderCommentFixer - do not remove class docs (gharlan)
  • bug #4871 NoExtraBlankLinesFixer - handle cases on same line (SpacePossum)
  • bug #4895 Fix conflict between header_comment and declare_strict_types (BackEndTea, julienfalque)
  • bug #4911 PhpdocSeparationFixer - fix regression with lack of next line (keradus)
  • feature #4742 FunctionToConstantFixer - get_class($this) support (SpacePossum)
  • minor #4377 CommentsAnalyzer - fix for declare before header comment (kubawerlos)
  • minor #4636 DX: do not check for PHPDBG when collecting coverage (kubawerlos)
  • minor #4644 Docs: add info about "-vv..." (voku)
  • minor #4691 Run Travis CI on stable PHP 7.4 (kubawerlos)
  • minor #4693 Increase Travis CI Git clone depth (julienfalque)
  • minor #4699 LineEndingFixer - handle "\r\r\n" (kubawerlos)
  • minor #4703 NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p… (SpacePossum)
  • minor #4707 Fix typos (TysonAndre)
  • minor #4712 NoBlankLinesAfterPhpdocFixer — Do not strip newline between docblock and use statements (mollierobbert)
  • minor #4715 Enhancement: Install ergebnis/composer-normalize via Phive (localheinz)
  • minor #4722 Fix Circle CI build (julienfalque)
  • minor #4724 DX: Simplify installing PCOV (kubawerlos)
  • minor #4736 NoUnusedImportsFixer - do not match variable name as import (SpacePossum)
  • minor #4746 NoSuperfluousPhpdocTagsFixer - Remove for typed properties (PHP 7.4) (ruudk)
  • minor #4753 Do not apply any text/.git filters to fixtures (mvorisek)
  • minor #4757 Test $expected is used before $input (SpacePossum)
  • minor #4758 Autoreview the PHPDoc of *Fixer::getPriority based on the priority map (SpacePossum)
  • minor #4765 Add test on some return types (SpacePossum)
  • minor #4766 Remove false test skip (SpacePossum)
  • minor #4767 Remove useless priority comments (kubawerlos)
  • minor #4769 DX: add missing priority tests (kubawerlos)
  • minor #4772 NoUnneededFinalMethodFixer - update description (kubawerlos)
  • minor #4774 DX: simplify Utils::camelCaseToUnderscore (kubawerlos)
  • minor #4781 NoUnneededCurlyBracesFixer - handle namespaces (SpacePossum)
  • minor #4784 Travis CI - Use multiple keyservers (ktomk)
  • minor #4785 Improve static analysis (enumag)
  • minor #4788 Configurable fixers code sample (SpacePossum)
  • minor #4791 Increase PHPStan level to 3 (julienfalque)
  • minor #4797 clean ups (SpacePossum)
  • minor #4803 FinalClassFixer - Doctrine\ORM\Mapping as ORM alias should not be required (localheinz)
  • minor #4839 2.15 - clean ups (SpacePossum)
  • minor #4842 ReturnAssignmentFixer - Support more cases (julienfalque)
  • minor #4843 NoSuperfluousPhpdocTagsFixer - fix typo in option description (OndraM)
  • minor #4844 Same requirements for descriptions (SpacePossum)
  • minor #4849 Increase PHPStan level to 5 (julienfalque)
  • minor #4850 Fix phpstan (SpacePossum)
  • minor #4857 Fixed the unit tests (GrahamCampbell)
  • minor #4865 Use latest xcode image (GrahamCampbell)
  • minor #4892 CombineNestedDirnameFixer - Add space after comma (julienfalque)
  • minor #4894 DX: PhpdocToParamTypeFixer - improve typing (keradus)
  • minor #4898 FixerTest - yield the data in AutoReview (Nyholm)
  • minor #4899 Fix exception message format for fabbot.io (SpacePossum)
  • minor #4905 Support composer v2 installed.json files (GrahamCampbell)
  • minor #4906 CI: use Composer stable release for AppVeyor (kubawerlos)
  • minor #4909 DX: HeaderCommentFixer - use non-aliased version of option name in code (keradus)
  • minor #4912 CI: Fix AppVeyor integration (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-56d6c96c0b

This update has been submitted for testing by remi.

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

This update has been pushed to testing.

5 years ago

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

5 years ago

This update has been submitted for stable by bodhi.

5 years ago

This update has been pushed to stable.

5 years ago

Please log in to add feedback.

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

Automated Test Results