nette / php-generator

🐘 Generates neat PHP code for you. Supports new PHP 8.3 features.

Home Page:https://doc.nette.org/php-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{ position in methods and class and ...

miaadp opened this issue · comments

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