Tarantool Queue v0.7.0 Release Notes

Release Date: 2018-10-25 // over 5 years ago
  • This release drops support for old PHP versions. The minimum PHP version requirement is 7.1.

    โž• Added

    • Final keyword to all classes
    • Type hints and strict type declarations
    • CS rules (.php_cs.dist)
    • ๐Ÿณ A new environment variable CHECK_CS for dockerfile.sh

    ๐Ÿ”„ Changed

    • The Queue::call() method now accepts a variable number of arguments. The new signature:
      public function call(string $methodName, ...$args) : array