instead of: ```php /** * @value string $string * @return string */ public function setFoo($string) ``` it would be cooler to generate: ```php public function setFoo(string $string): string ```
instead of:
it would be cooler to generate: