You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
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.