Documentation

BlankLineBeforeReturnFixer extends AbstractProxyFixer
in package
implements DeprecatedFixerInterface, WhitespacesAwareFixerInterface

Tags
deprecated

since 2.4, replaced by BlankLineBeforeStatementFixer

todo

To be removed at 3.0

author

Dariusz Rumiński dariusz.ruminski@gmail.com

author

Andreas Möller am@localheinz.com

Interfaces, Classes and Traits

DeprecatedFixerInterface
WhitespacesAwareFixerInterface

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
getSuccessorsNames()  : array<string|int, string>
Returns names of fixers to use instead, if any.
createProxyFixers()  : mixed
{@inheritdoc}

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run after NoUselessReturnFixer.

Return values
mixed

getSuccessorsNames()

Returns names of fixers to use instead, if any.

public getSuccessorsNames() : array<string|int, string>
Return values
array<string|int, string>

Search results