mirror of
https://github.com/php/php-src.git
synced 2026-04-19 22:11:12 +02:00
Even if an explicit return type is given, we might still infer a more narrow one based on return statements. We shouldn't pessimize this just because a type has been declared.