-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Labels
Milestone
Description
Bug report
PHPStan doesn't seem to know that yield from expression returns the TReturn type of the generator.
Code snippet that reproduces the problem
https://phpstan.org/r/7ea1777d-63ea-4276-b75e-52fdcc402540
Expected output
No error, the value is actually int: https://3v4l.org/c7GvL
Reactions are currently unavailable