Skip to content

1.1.0

  • 1.1.0
  • a5d6394
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • 1.1.0
  • a5d6394
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@yookoala yookoala tagged this 10 Jun 15:08
* Fix PHP 8.x compatibility

* CollectionQuery::getIterator should have a return type Traversable
  to be compatible with IteratorAggregate. Marked with the
  ReturnTypeWillChange attribute to make it forward compatible.

* CollectionQuery::count should have a return type count
  to be compatible with Countable. Marked with the
  ReturnTypeWillChange attribute to make it forward compatible.

* Fix PHP 8.x compatibility by adding return type

* Add proper return type declarations.
* Breaks compatibility to PHP before 7.0, hence declared in
  composer.json.
Assets 2
Loading