Documentation

PhpdocNoAliasTagFixer extends AbstractProxyFixer
in package
implements ConfigurationDefinitionFixerInterface

Case sensitive tag replace fixer (does not process inline tags like {@inheritdoc}).

Tags
author

Graham Campbell graham@alt-three.com

author

Dariusz RumiƄski dariusz.ruminski@gmail.com

author

SpacePossum

Interfaces, Classes and Traits

ConfigurationDefinitionFixerInterface

Table of Contents

configure()  : mixed
getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
createConfigurationDefinition()  : mixed
{@inheritdoc}
createProxyFixers()  : mixed
{@inheritdoc}

Methods

configure()

public configure([array<string|int, mixed> $configuration = null ]) : mixed
Parameters
$configuration : array<string|int, mixed> = null
Return values
mixed

getPriority()

{@inheritdoc}

public getPriority() : mixed

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

Return values
mixed

createConfigurationDefinition()

{@inheritdoc}

protected createConfigurationDefinition() : mixed
Return values
mixed

createProxyFixers()

{@inheritdoc}

protected createProxyFixers() : mixed
Return values
mixed

Search results