This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Support PHP 7.1 void
return type #84
Closed
Description
As per PHP 7.1, a new void
return type is introduced ( https://wiki.php.net/rfc/void_return_type )
This basically means that the TypeGenerator
needs to be patched to support void
.
No further changes really needed in this component, as it doesn't really focus on method body generation.