PHP CS Fixer v1.1 Release Notes

    • ๐Ÿ”‹ feature #749 remove the --no-progress option (replaced by the standard -v) (fabpot, keradus)
    • ๐Ÿ”‹ feature #728 AlignDoubleArrowFixer - standardize whitespace after => (keradus)
    • ๐Ÿ”‹ feature #647 Add DoubleArrowMultilineWhitespacesFixer (dericofilho, keradus)
    • ๐Ÿ› bug #746 SpacesBeforeSemicolonFixerTest - fix bug with semicolon after comment (keradus)
    • ๐Ÿ› bug #741 Fix caching when composer is installed in custom path (cmodijk)
    • ๐Ÿ› bug #725 DuplicateSemicolonFixer - fix clearing whitespace after duplicated semicolon (keradus)
    • ๐Ÿ› bug #730 Cache busting when fixers list changes (Seldaek)
    • ๐Ÿ› bug #722 Fix lint for STDIN-files (ossinkine)
    • ๐Ÿ› bug #715 TrailingSpacesFixer - fix bug with french UTF-8 chars (keradus)
    • ๐Ÿ› bug #718 Fix package name for composer cache (Seldaek)
    • ๐Ÿ› bug #711 correct vendor name (keradus)
    • 0๏ธโƒฃ minor #745 Show progress by default and allow to disable it (keradus)
    • 0๏ธโƒฃ minor #731 Add a way to disable all default filters and really provide a whitelist (Seldaek)
    • โšก๏ธ minor #737 Extract tool info into new class, self-update command works now only for PHAR version (keradus)
    • minor #739 fix fabbot issues (keradus)
    • โšก๏ธ minor #726 update CONTRIBUTING.md for installing dependencies (keradus)
    • minor #736 Fix fabbot issues (GrahamCampbell)
    • โœ๏ธ minor #727 Fixed typos (pborreli)
    • โšก๏ธ minor #719 Add update instructions for composer and caching docs (Seldaek)