| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PHPCompatibility 9.3.1 source code.tar.gz | 2019-09-05 | 190.4 kB | |
| PHPCompatibility 9.3.1 source code.zip | 2019-09-05 | 331.0 kB | |
| README.md | 2019-09-05 | 1.6 kB | |
| Totals: 3 Items | 523.0 kB | 0 | |
See all related issues and PRs in the 9.3.1 milestone.
Changed
- :recycle: A whole slew of code documentation fixes. #892, #895, #896, #897, #898, #899, #900
- :wrench: Travis: minor tweaks to the build script. #893
Fixed
- :bug:
PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: false positive when an array item in the second parameter contained a ternary. #891. Fixes #890 - :bug:
PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: will now take array casts into account when determining which parameter is$pieces. #891. - :bug:
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.