Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PHPCompatibility 9.3.5 source code.tar.gz | 2019-12-27 | 201.6 kB | |
PHPCompatibility 9.3.5 source code.zip | 2019-12-27 | 343.8 kB | |
README.md | 2019-12-27 | 2.5 kB | |
Totals: 3 Items | 547.8 kB | 0 |
See all related issues and PRs in the 9.3.5 milestone.
Added
- :star:
PHPCompatibility.Classes.NewClasses
sniff: recognize the newFFI
extension related classes as introduced in PHP 7.4. #949 - :star:
PHPCompatibility.IniDirectives.NewIniDirectives
sniff: detect use of the newFFI
extension related ini directives as introduced in PHP 7.4. #949
Changed
- :pencil:
PHPCompatibility.Syntax.NewShortArray
: improved clarity of the error message and made it consistent with other error messages in this standard. #934 - :pencil:
PHPCompatibility.Interfaces.NewInterfaces
: updated the URL which is mentioned in select error messages. #942 - :recycle: Another slew of code documentation fixes. #937, #939, #940, #941, #943, #944, #951, #950. Fixes #734.
- :green_heart: Travis: various tweaks. The builds against PHP 7.4 are no longer allowed to fail. #935, #938 For running the sniffs on PHP 7.4, it is recommended to use PHP_CodeSniffer 3.5.0+ as PHP_CodeSniffer itself is not compatible with PHP 7.4 until version 3.5.0.
Fixed
- :bug:
PHPCompatibility.Classes.NewClasses
: two new PHP 7.4 classes were being checked as if they were Exceptions. #945
Credits
Thanks go out to William Entriken for their contribution to this version. :clap: