PhpdocInlineTagFixer
extends AbstractProxyFixer
in package
implements
DeprecatedFixerInterface
Fix inline tags and make inheritdoc tag always inline.
Tags
Interfaces, Classes and Traits
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
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 —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