DataTables PHP 3.0.2

PhpdocNoAliasTagFixer extends AbstractProxyFixer
in package
implements ConfigurableFixerInterface uses ConfigurableFixerTrait

FinalYes

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

Tags
phpstan-type

_AutogeneratedInputConfiguration array{ replacements?: array<string, string>, }

phpstan-type

_AutogeneratedComputedConfiguration array{ replacements: array<string, string>, }

implements
author

Graham Campbell hello@gjcampbell.co.uk

author

Dariusz Rumiński dariusz.ruminski@gmail.com

no-named-arguments

Parameter names are not covered by the backward compatibility promise.

Table of Contents

Interfaces

ConfigurableFixerInterface

Methods

getDefinition()  : FixerDefinitionInterface
Returns the definition of the fixer.
getPriority()  : int
Returns the priority of the fixer.
configurePostNormalisation()  : void
createConfigurationDefinition()  : FixerConfigurationResolverInterface
createProxyFixers()  : array<string|int, mixed>

Methods

getPriority()

Returns the priority of the fixer.

public getPriority() : int

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

Return values
int

createProxyFixers()

protected createProxyFixers() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results