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

{ position in methods and class and ... #112

Closed miaadp closed 2 years ago

miaadp commented 2 years ago

Hi How can i create a method like this :

public function example($someParameter) {
    //some Code
}

Anyway it will create something like this :

public function example($someParameter)
{
    //some Code
}

Pay attention to { position