Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Support PHP 7.1 void return type #84

Closed
Ocramius opened this issue Jul 24, 2016 · 1 comment
Closed

Support PHP 7.1 void return type #84

Ocramius opened this issue Jul 24, 2016 · 1 comment

Comments

@Ocramius
Copy link
Member

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.

@michalbundyra
Copy link
Member

Done in #87 and released with 3.1.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants