- Issue created by @catch
- 🇮🇹Italy mondrake 🇮🇹
My 2 cents: allow explicitly
@return void
as a proxy for a future native typehinting of the method, which would lead to a TypeError in case a return is present and anything is returned. PHPStan will also use that to do the same check IIRC, which is also prep for later typehinting.