alice
alice copied to clipboard
Silence deprecation warning on `ObjectBag::getIterator` method
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