oliverklee / ext-oelib

TYPO3 library extension "oelib"
https://www.oliverklee.de/typo3-services/seminarmanager/
GNU General Public License v2.0
0 stars 8 forks source link

Implement `Collection::seek()` from `SeekableIterator` #1883

Open oliverklee opened 2 months ago

oliverklee commented 2 months ago

https://www.php.net/manual/en/class.seekableiterator.php

oliverklee commented 2 months ago

This looks like a bug in PHPStan: https://github.com/phpstan/phpstan/issues/11665

oliverklee commented 2 months ago

Let's implement this when we add support for PHP 8.4.