Documentation

ExplicitStringVariableFixer extends AbstractFixer
in package

Tags
author

Filippo Tessarotto zoeslam@gmail.com

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
isStringPartToken()  : bool
Check if token is a part of a string.

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run before SimpleToComplexStringVariableFixer. Must run after BacktickToShellExecFixer.

Return values
mixed

isStringPartToken()

Check if token is a part of a string.

private isStringPartToken(Token $token) : bool
Parameters
$token : Token

The token to check

Return values
bool

Search results