PHP CS Fixer v2.9.2 Release Notes

    • ๐Ÿ› bug #3265 YodaFixer - fix problems of block statements followed by ternary statements (weareoutman, keradus, SpacePossum)
    • ๐Ÿ› bug #3367 NoUnusedImportsFixer - fix comment handling (SpacePossum, keradus)
    • ๐Ÿ› bug #3438 PhpUnitTestAnnotationFixer: Do not prepend with test if method is test() (localheinz, SpacePossum)
    • ๐Ÿ› bug #3455 NoEmptyCommentFixer - comment block detection for line ending different than LF (kubawerlos, SpacePossum)
    • ๐Ÿ› bug #3458 SilencedDeprecationErrorFixer - fix edge cases (kubawerlos)
    • bug #3466 no_whitespace_in_blank_line and no_blank_lines_after_phpdoc fixers bug (kubawerlos, keradus)
    • ๐Ÿ› bug #3472 YodaStyleFixer - do not un-Yoda if right side is assignment (SpacePossum, keradus)
    • minor #3354 Added missing types to the PhpdocTypesFixer (GrahamCampbell)
    • minor #3406 Fix for escaping in README (kubawerlos)
    • โœ… minor #3430 Fix integration test (SpacePossum)
    • โœ… minor #3431 Add missing tests (SpacePossum)
    • โœ… minor #3440 Add a handful of integration tests (BackEndTea)
    • โœ… minor #3444 IntegrationTest - ensure tests in priority dir are priority tests indeed (keradus)
    • minor #3494 Add missing PHPDoc param type (ntzm)
    • minor #3495 Swap @var type and element (ntzm)
    • ๐Ÿ—„ minor #3498 NoUnusedImportsFixer - fix deprecation (keradus)