Documentation

ImplodeCallFixer extends AbstractFixer
in package

FinalYes
Tags
author

Kuba Werłos werlos@gmail.com

Table of Contents

Methods

getDefinition()  : FixerDefinitionInterface
getPriority()  : int
{@inheritdoc}
isCandidate()  : bool
isRisky()  : bool
applyFix()  : void
getArgumentIndices()  : array<int, int>

Methods

getPriority()

{@inheritdoc}

public getPriority() : int

Must run before MethodArgumentSpaceFixer. Must run after NoAliasFunctionsFixer.

Return values
int

getArgumentIndices()

private getArgumentIndices(Tokens $tokens, int $functionNameIndex) : array<int, int>
Parameters
$tokens : Tokens
$functionNameIndex : int
Return values
array<int, int>

In the format: startIndex => endIndex


        
On this page

Search results