moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.62k stars 440 forks source link

Deprecation notice on Money\Currencies\ISOCurrencies::getIterator() with PHP 8.1 #693

Closed kissifrot closed 2 years ago

kissifrot commented 2 years ago

Hello,

I'm getting the following deprecation notice with PHP 8.1 (8.1.6 GA precisely):

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

Looks like some fixes were already done is master branch, maybe a release would be appropriate? :slightly_smiling_face:

frederikbosch commented 2 years ago

See v4.0.4.