Documentation

PowToExponentiationFixer extends AbstractFunctionReferenceFixer
in package

FinalYes

Table of Contents

Methods

getDefinition()  : FixerDefinitionInterface
getPriority()  : int
{@inheritdoc}
isCandidate()  : bool
applyFix()  : void
findPowCalls()  : array<int, array{: int, : int, : int}>
fixPowToExponentiation()  : int
getAllowedKinds()  : array<int, int>
isParenthesisNeeded()  : bool

Methods

getPriority()

{@inheritdoc}

public getPriority() : int

Must run before BinaryOperatorSpacesFixer, MethodArgumentSpaceFixer, NativeFunctionCasingFixer, NoSpacesAfterFunctionNameFixer, NoSpacesInsideParenthesisFixer, SpacesInsideParenthesesFixer.

Return values
int

findPowCalls()

private findPowCalls(Tokens $tokens) : array<int, array{: int, : int, : int}>
Parameters
$tokens : Tokens
Return values
array<int, array{: int, : int, : int}>

fixPowToExponentiation()

private fixPowToExponentiation(Tokens $tokens, int $functionNameIndex, int $openParenthesisIndex, int $closeParenthesisIndex, array<int, int> $arguments) : int
Parameters
$tokens : Tokens
$functionNameIndex : int
$openParenthesisIndex : int
$closeParenthesisIndex : int
$arguments : array<int, int>
Return values
int

number of tokens added to the collection

isParenthesisNeeded()

private isParenthesisNeeded(Tokens $tokens, int $argumentStartIndex, int $argumentEndIndex) : bool
Parameters
$tokens : Tokens
$argumentStartIndex : int
$argumentEndIndex : int
Return values
bool

        
On this page

Search results