Documentation

FunctionDeclarationFixer extends AbstractFixer
in package
implements ConfigurationDefinitionFixerInterface

Fixer for rules defined in PSR2 generally (¶1 and ¶6).

Tags
author

Dariusz Rumiński dariusz.ruminski@gmail.com

Interfaces, Classes and Traits

ConfigurationDefinitionFixerInterface

Table of Contents

$singleLineWhitespaceOptions  : mixed
$supportedSpacings  : mixed
getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
createConfigurationDefinition()  : mixed
{@inheritdoc}
fixParenthesisInnerEdge()  : mixed

Properties

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run before MethodArgumentSpaceFixer. Must run after SingleSpaceAfterConstructFixer.

Return values
mixed

createConfigurationDefinition()

{@inheritdoc}

protected createConfigurationDefinition() : mixed
Return values
mixed

fixParenthesisInnerEdge()

private fixParenthesisInnerEdge(Tokens $tokens, mixed $start, mixed $end) : mixed
Parameters
$tokens : Tokens
$start : mixed
$end : mixed
Return values
mixed

Search results