Documentation

MultilineStringToHeredocFixer extends AbstractFixer
in package

FinalYes
Tags
author

Michael Vorisek https://github.com/mvorisek

Table of Contents

Methods

getDefinition()  : FixerDefinitionInterface
getPriority()  : int
{@inheritdoc}
isCandidate()  : bool
applyFix()  : void
convertStringToHeredoc()  : void

Methods

getPriority()

{@inheritdoc}

public getPriority() : int

Must run before EscapeImplicitBackslashesFixer, HeredocIndentationFixer, StringImplicitBackslashesFixer.

Return values
int

convertStringToHeredoc()

private convertStringToHeredoc(Tokens $tokens, int $stringStartIndex, int $stringEndIndex) : void
Parameters
$tokens : Tokens
$stringStartIndex : int
$stringEndIndex : int

        
On this page

Search results