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
Hi
How can i create a method like this :
Anyway it will create something like this :
Pay attention to { position