PHP CS Fixer v1.8.1 Release Notes

    • ๐Ÿ› bug #1193 EofEndingFixer - do not add an empty line at EOF if the PHP tags have been closed (SpacePossum)
    • ๐Ÿ› bug #1209 PhpdocParamsFixer - fix corrupting following custom annotation (keradus)
    • ๐Ÿ› bug #1205 BracesFixer - fix missing indentation fixes for class level (keradus)
    • ๐Ÿ› bug #1204 Tag - fix treating complex tag as simple PhpDoc tag (keradus)
    • ๐Ÿ› bug #1198 Tokens - fixed unary/binary operator check for type-hinted reference arguments (gharlan)
    • ๐Ÿ› bug #1201 Php4ConstructorFixer - fix invalid handling of subnamespaces (gharlan)
    • โœ… minor #1221 Add more tests (SpacePossum)
    • โœ… minor #1216 Tokens - Add unit test for array detection (SpacePossum)