DusanKasan / Knapsack

Collection pipeline library for PHP
http://dusankasan.github.io/Knapsack/
MIT License
535 stars 56 forks source link

PHP 8.1 Deprecation: Return type of DusanKasan\Knapsack\Collection::getIterator() #78

Open JanWennrichPCSG opened 1 year ago

JanWennrichPCSG commented 1 year ago

Running PHP 8.1 the following info is logged:

Deprecated: Return type of DusanKasan\Knapsack\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice