Skip to content

PHP 7.x compatibility

Choose a tag to compare

@ephrin ephrin released this 17 Mar 09:53
· 1 commit to php7.4_compat since this release
BC changes:

 - Moved `fn` namespace into `func` one. PHP 7.4 uses `fn` as token for arrow functions.

Other changes:

 - Fixed tests
 - Minor code style/performance improvements