Skip to content

fulfill PHP 8.1 return type conventions on implementing IteratorAggregate

Alexander Purr requested to merge issue/28966 into master
  • return Traversable for getIterator() method
  • still backward compatible with PHP 7.4
  • run php-cs-fixer & phpcbf

Update to Version 7.1 should fit

Merge request reports