Documentation

SingleLineThrowFixer extends AbstractFixer
in package

FinalYes
Tags
author

Kuba Werłos werlos@gmail.com

Table of Contents

Constants

REMOVE_WHITESPACE_AFTER_TOKENS  = ['[']
REMOVE_WHITESPACE_AROUND_TOKENS  = ['(', [T_DOUBLE_COLON]]
REMOVE_WHITESPACE_BEFORE_TOKENS  = [')', ']', ',', ';']

Methods

getDefinition()  : FixerDefinitionInterface
getPriority()  : int
{@inheritdoc}
isCandidate()  : bool
applyFix()  : void
isNextTokenToClear()  : bool
isPreviousTokenToClear()  : bool
trimNewLines()  : void

Constants

REMOVE_WHITESPACE_AROUND_TOKENS

private mixed REMOVE_WHITESPACE_AROUND_TOKENS = ['(', [T_DOUBLE_COLON]]

REMOVE_WHITESPACE_BEFORE_TOKENS

private mixed REMOVE_WHITESPACE_BEFORE_TOKENS = [')', ']', ',', ';']

Methods

getPriority()

{@inheritdoc}

public getPriority() : int

Must run before BracesFixer, ConcatSpaceFixer.

Return values
int

trimNewLines()

private trimNewLines(Tokens $tokens, int $startIndex, int $endIndex) : void
Parameters
$tokens : Tokens
$startIndex : int
$endIndex : int

        
On this page

Search results