Documentation

HeredocToNowdocFixer extends AbstractFixer
in package

Tags
author

Gregor Harlan gharlan@web.de

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
convertToNowdoc()  : Token
Transforms the heredoc start token to nowdoc notation.

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run after EscapeImplicitBackslashesFixer.

Return values
mixed

applyFix()

{@inheritdoc}

protected applyFix(SplFileInfo $file, Tokens $tokens) : mixed
Parameters
$file : SplFileInfo
$tokens : Tokens
Return values
mixed

Search results