Skip to content

PSR2EmptyFunction removes lines between functions #175

@metanomial

Description

@metanomial

I am unclear if this is intended behavior or not.

e.g.,

PSR2EmptyFunction disabled:

function foo() {
}

function bar(int $baz, string $qux) {
    noop();
}

PSR2EmptyFunction enabled:

function foo() {}
function bar(int $baz, string $qux) {
    noop();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions