nette / php-generator

🐘 Generates neat PHP code for you. Supports new PHP 8.3 features.
https://doc.nette.org/php-generator
Other
2.11k stars 138 forks source link

Hi, Is there a way to delete / from the beginning of type? #78

Closed komeylkalbali closed 3 years ago

komeylkalbali commented 3 years ago

Hi, Is there a way to delete / from the beginning of type?

image

image

komeylkalbali commented 3 years ago

Solved $method->addParameter('request') ->setType(Request::class);