Uh oh!
There was an error while loading. Please reload this page.
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.
There was an error while loading. Please reload this page.
As per PHP 7.1, a new
voidreturn type is introduced ( https://wiki.php.net/rfc/void_return_type )This basically means that the
TypeGeneratorneeds to be patched to supportvoid.No further changes really needed in this component, as it doesn't really focus on method body generation.