The normal flow is no space between method name and parenthesis, and a line break before the '{' ```php public function normalFunction() { // stuff } public function new () { // stuff } ```