Documentation

PhpdocInlineTagFixer extends AbstractProxyFixer
in package
implements DeprecatedFixerInterface

Fix inline tags and make inheritdoc tag always inline.

Tags
deprecated

since 2.9, replaced by PhpdocInlineTagNormalizerFixer GeneralPhpdocTagRenameFixer

TODO

To be removed at 3.0

Interfaces, Classes and Traits

DeprecatedFixerInterface

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
getSuccessorsNames()  : array<string|int, string>
Returns names of fixers to use instead, if any.
createProxyFixers()  : mixed
{@inheritdoc}

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

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

Return values
mixed

getSuccessorsNames()

Returns names of fixers to use instead, if any.

public getSuccessorsNames() : array<string|int, string>
Return values
array<string|int, string>

createProxyFixers()

{@inheritdoc}

protected createProxyFixers() : mixed
Return values
mixed

Search results