Rector v0.7.4 Release Notes

Release Date: 2020-03-11 // about 4 years ago
  • โž• Added

    • โœ… [#3003] Add failing tests for method annotation, Thanks to [@stedekay]
    • โœ… [#2990] AssertTrueFalseToSpecificMethodRector: add broken test ('Pick more specific node than PhpParser\Node\Expr\StaticCall'), Thanks to [@gnutix]
    • [#2988] add space between name and value

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ [#3009] [ReadyToBeMerged][AnnotateThrowables] Support $this calling a method of the same class, Thanks to [@Aerendir]
    • [#3012] check for used variable without comments
    • [#2981] Skip passed argument
    • [#2984] improve array shape double collon spacing
    • [#2987] improve param array type for change type
    • [#2980] skip empty method on open-source
    • [#3010] Abstract files system
    • ๐Ÿ‘ [#2998] AnnotateThrowables: support analysis of called functions and methods, Thanks to [@Aerendir]

    ๐Ÿ›  Fixed

    • [#3008] [ReadyToBeMerged][AnnotateThrowables] Fix a small mispelling., Thanks to [@Aerendir]
    • [#2992] fix spacing of data provider
    • [#2997] Fix various static calls errors in PHPUnit Rectors., Thanks to [@gnutix]
    • [#3004] fix method annotation
    • [#2985] fix union param
    • ๐Ÿ–จ [#2982] Fix PhpDocInfoPrinter slash removal
    • [#2996] fix multiline with one space

    โœ‚ Removed

    • ๐Ÿšš [#3005] remove comments only in case of change to original node