PHPCompatibility / PHPCompatibilitySymfony

PHPCompatibility rulesets which can be included in projects using the Symfony polyfill libraries
GNU Lesser General Public License v3.0
6 stars 4 forks source link

Add `PHPCompatibilitySymfonyPolyfillPHP80` ruleset #25

Closed jrfnl closed 3 years ago

jrfnl commented 3 years ago

The Symfony project has released a polyfill library for PHP 8.0.

This adds a corresponding PHPCompatibility ruleset for this polyfill.

Includes integration test.

Note: not all excludes are "active" yet as by far not all PHP 8.0 features are included in the last PHPCompatibility release (9.3.5). However, these excludes will be "activated" once PHPCompatibility 10.0.0 is released, so we may as well add them already.