HomePhorge

D25711

Suppress PHP 8.1 warnings "Return type mixed is not covariant with tentative return type mixed of method Iterator::key()"
Author: aklapper
Summary: PHP 8.1 requires classes which implement `Iterator` to have all `Iterator` methods declared with appropriate return…