alice icon indicating copy to clipboard operation
alice copied to clipboard

Silence deprecation warning on `ObjectBag::getIterator` method

Open hhamon opened this issue 2 years ago • 0 comments

On PHP 8.1.7, Sentry captures the following deprecation error with the latest nelmio/alice version:

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

hhamon avatar Jul 14 '22 15:07 hhamon