NoUnsetOnPropertyFixer
extends AbstractFixer
in package
FinalYes
Tags
Table of Contents
Methods
- getDefinition() : FixerDefinitionInterface
- getPriority() : int
- {@inheritdoc}
- isCandidate() : bool
- isRisky() : bool
- applyFix() : void
- getUnsetsInfo() : array<int, array<string, bool|int>>
- isAnyUnsetToTransform() : bool
- isProperty() : bool
- updateTokens() : void
Methods
getDefinition()
public
getDefinition() : FixerDefinitionInterface
Return values
FixerDefinitionInterfacegetPriority()
{@inheritdoc}
public
getPriority() : int
Must run before CombineConsecutiveUnsetsFixer.
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
getUnsetsInfo()
private
getUnsetsInfo(Tokens $tokens, int $index) : array<int, array<string, bool|int>>
Parameters
- $tokens : Tokens
- $index : int
Return values
array<int, array<string, bool|int>>isAnyUnsetToTransform()
private
isAnyUnsetToTransform(array<int, array<string, bool|int>> $unsetsInfo) : bool
Parameters
- $unsetsInfo : array<int, array<string, bool|int>>
Return values
boolisProperty()
private
isProperty(Tokens $tokens, int $index, int $endIndex) : bool
Parameters
- $tokens : Tokens
- $index : int
- $endIndex : int
Return values
boolupdateTokens()
private
updateTokens(Tokens $tokens, array<string, bool|int> $unsetInfo, bool $isLastUnset) : void
Parameters
- $tokens : Tokens
- $unsetInfo : array<string, bool|int>
- $isLastUnset : bool