PHPCompatibility v9.3.1 Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • ๐Ÿ‘€ See all related issues and PRs in the 9.3.1 milestone.

    ๐Ÿ”„ Changed

    • ๐Ÿ“š โ™ป๏ธ A whole slew of code documentation fixes. #892, #895, #896, #897, #898, #899, #900
    • ๐Ÿ— ๐Ÿ”ง Travis: minor tweaks to the build script. #893

    ๐Ÿ›  Fixed

    • ๐Ÿฑ ๐Ÿ› PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: false positive when an array item in the second parameter contained a ternary. #891. Fixes #890
    • ๐Ÿฑ ๐Ÿ› PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: will now take array casts into account when determining which parameter is $pieces. #891.
    • ๐Ÿฑ ๐Ÿ› PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: hardening of the logic to not examine the second parameter when the first is just and only a text string ($glue). #891.