ImplodeCallFixer
extends AbstractFixer
in package
FinalYes
Tags
Table of Contents
Methods
- getDefinition() : FixerDefinitionInterface
- getPriority() : int
- {@inheritdoc}
- isCandidate() : bool
- isRisky() : bool
- applyFix() : void
- getArgumentIndices() : array<int, int>
Methods
getDefinition()
public
getDefinition() : FixerDefinitionInterface
Return values
FixerDefinitionInterfacegetPriority()
{@inheritdoc}
public
getPriority() : int
Must run before MethodArgumentSpaceFixer. Must run after NoAliasFunctionsFixer.
Return values
intisCandidate()
public
isCandidate(Tokens $tokens) : bool
Parameters
- $tokens : Tokens
Return values
boolisRisky()
public
isRisky() : bool
Return values
boolapplyFix()
protected
applyFix(SplFileInfo $file, Tokens $tokens) : void
Parameters
- $file : SplFileInfo
- $tokens : Tokens
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