Skip to content

PHP 7.x compatibility

Choose a tag to compare

@ccarrillot ccarrillot released this 26 Jun 03:50
191b5b8

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