Documentation

PhpdocLineSpanFixer extends AbstractFixer
in package
implements WhitespacesAwareFixerInterface, ConfigurationDefinitionFixerInterface

Tags
author

Gert de Pagter BackEndTea@gmail.com

Interfaces, Classes and Traits

WhitespacesAwareFixerInterface
ConfigurationDefinitionFixerInterface

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
createConfigurationDefinition()  : mixed
{@inheritdoc}
getDocBlockIndex()  : int
hasDocBlock()  : bool

Methods

getDefinition()

{@inheritdoc}

public getDefinition() : mixed
Return values
mixed

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run before PhpdocAlignFixer. Must run after AlignMultilineCommentFixer, CommentToPhpdocFixer, GeneralPhpdocAnnotationRemoveFixer, PhpdocIndentFixer, PhpdocScalarFixer, PhpdocToCommentFixer, PhpdocTypesFixer.

Return values
mixed

applyFix()

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

createConfigurationDefinition()

{@inheritdoc}

protected createConfigurationDefinition() : mixed
Return values
mixed

Search results