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

Error in readme: $method->setVariadics(true); should be $method->setVariadic(true); #165

Closed ppazos closed 1 month ago

ppazos commented 1 month ago

From trait FunctionLike:

public function setVariadic(bool $state = true): static

It's singular.

dg commented 1 month ago

fixed