PHP 7.x compatibility
·
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