Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

add support for php 7 type hinting of scalar values #2

Open
stevleibelt opened this issue Jun 11, 2018 · 0 comments
Open

add support for php 7 type hinting of scalar values #2

stevleibelt opened this issue Jun 11, 2018 · 0 comments

Comments

@stevleibelt
Copy link
Member

instead of:

/**
 * @value string $string
 * @return string
 */
public function setFoo($string)

it would be cooler to generate:

public function setFoo(string $string): string
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant