Composer-Preload
Composer-Preload copied to clipboard
Fix getIterator must be compatible with interface
Deprecation notice in php 8.1:
Deprecation Notice: Return type of Ayesh\ComposerPreload\PreloadList::getIterator(): iterable should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /tmp/php/build/hbw/vendor/ayesh/composer-preload/src/PreloadList.php:19
I saw no reason to use the attribute to suppress the notice than to fix it since this class is final.