Page MenuHomePhorge

Suppress PHP 8.1 warnings "Return type mixed is not covariant with tentative return type mixed of method Iterator::key()"
ClosedPublic

Authored by aklapper on Jul 2 2024, 13:04.
Tags
None
Referenced Files
F3620231: D25711.1745310074.diff
Mon, Apr 21, 08:21
F3576296: D25711.1745039258.diff
Fri, Apr 18, 05:07
F3501961: D25711.1744795811.diff
Tue, Apr 15, 09:30
F3424680: D25711.1744646155.diff
Sun, Apr 13, 15:55
F3419895: D25711.1744622029.diff
Sun, Apr 13, 09:13
F3419722: D25711.1744621763.diff
Sun, Apr 13, 09:09
F3419021: D25711.1744620458.diff
Sun, Apr 13, 08:47
F3371969: D25711.1744247211.diff
Wed, Apr 9, 01:06

Details

Summary

PHP 8.1 requires classes which implement Iterator to have all Iterator methods declared with appropriate return types or annotated with #[\ReturnTypeWillChange]. In my (limited) understanding we cannot declare return types while remaining backward-compatible, thus annotate.

Closes T15835

Test Plan

Run PHPStan static code analyzer, see no warnings anymore.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable