This solves PHPStan issues in 3rd party code similar to this:
32 Method App\CollectionPager::renderCollectionPager() has parameter $pagerfanta with no value type specified in iterable type
Pagerfanta\Pagerfanta.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
On merge to 3.x, this notation should be moved to PagerfantaInterface
This solves PHPStan issues in 3rd party code similar to this:
On merge to 3.x, this notation should be moved to
PagerfantaInterface