Documentation

SingleLineThrowFixer extends AbstractFixer
in package

Tags
author

Kuba Werłos werlos@gmail.com

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
isNextTokenToClear()  : bool
isPreviousTokenToClear()  : bool
trimNewLines()  : mixed

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run before BracesFixer, ConcatSpaceFixer.

Return values
mixed

applyFix()

{@inheritdoc}

protected applyFix(SplFileInfo $file, Tokens $tokens) : mixed
Parameters
$file : SplFileInfo
$tokens : Tokens
Return values
mixed

trimNewLines()

private trimNewLines(Tokens $tokens, int $startIndex, int $endIndex) : mixed
Parameters
$tokens : Tokens
$startIndex : int
$endIndex : int
Return values
mixed

Search results