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
getDefinition()
public
getDefinition() : FixerDefinitionInterface
Return values
FixerDefinitionInterfacegetPriority()
{@inheritdoc}
public
getPriority() : int
Must run before BinaryOperatorSpacesFixer, MethodArgumentSpaceFixer, NativeFunctionCasingFixer, NoSpacesAfterFunctionNameFixer, NoSpacesInsideParenthesisFixer, SpacesInsideParenthesesFixer.
Return values
intisCandidate()
public
isCandidate(Tokens $tokens) : bool
Parameters
- $tokens : Tokens
Return values
boolapplyFix()
protected
applyFix(SplFileInfo $file, Tokens $tokens) : void
Parameters
- $file : SplFileInfo
- $tokens : Tokens
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
getAllowedKinds()
private
getAllowedKinds() : array<int, int>
Return values
array<int, int>isParenthesisNeeded()
private
isParenthesisNeeded(Tokens $tokens, int $argumentStartIndex, int $argumentEndIndex) : bool
Parameters
- $tokens : Tokens
- $argumentStartIndex : int
- $argumentEndIndex : int