PHPCompatibility / PHPCompatibility

PHP Compatibility check for PHP_CodeSniffer

Home Page:http://techblog.wimgodden.be/tag/codesniffer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Promoted properties are not detected

ivanomatteo opened this issue · comments

When checking 8.0 code for compatibility against 7.x version, promoted properties are not detected.

This was already fixed in #1417. Please use the develop branch for detection of PHP 8+ features (until PHPCompatibility 10.0.0 has been released).

Also see #809, #1299, #1348