Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting a little off when using keyword. #1

Open
patrickcurl opened this issue Dec 12, 2017 · 1 comment
Open

Formatting a little off when using keyword. #1

patrickcurl opened this issue Dec 12, 2017 · 1 comment

Comments

@patrickcurl
Copy link

The normal flow is no space between method name and parenthesis, and a line break before the '{'

public function normalFunction() 
{
    // stuff
}
public function new () {
    // stuff
}
@r4ndsen
Copy link

r4ndsen commented Dec 18, 2017

i noticed the same when using "list" as functionname

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants