Documentation

PhpdocSummaryFixer extends AbstractFixer
in package
implements WhitespacesAwareFixerInterface

Tags
author

Graham Campbell graham@alt-three.com

Interfaces, Classes and Traits

WhitespacesAwareFixerInterface

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
isCorrectlyFormatted()  : bool
Is the last line of the short description correctly formatted?

Methods

getDefinition()

{@inheritdoc}

public getDefinition() : mixed
Return values
mixed

getPriority()

{@inheritdoc}

public getPriority() : mixed

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

Return values
mixed

applyFix()

{@inheritdoc}

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

isCorrectlyFormatted()

Is the last line of the short description correctly formatted?

private isCorrectlyFormatted(string $content) : bool
Parameters
$content : string
Return values
bool

Search results