moneyphp / money

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

Deprecated getIterator compatible #713

Closed dmitrii-maksimov closed 1 year ago

dmitrii-maksimov commented 1 year ago

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

frederikbosch commented 1 year ago

Fixed by #712.