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