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 `PHPCompatibilitySymfonyPolyfillPHP74` ruleset #9

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

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

This adds a corresponding PHPCompatibility ruleset for this polyfill.

Includes integration test.

Opened as Draft as the Travis changes would conflict with PR #8.