DataTables PHP 3.0.2

PhpdocTypesNoDuplicatesFixer extends AbstractProxyFixer
in package
implements DeprecatedFixerInterface

FinalYes

in favour of PhpdocNoDuplicateTypesFixer

Tags
no-named-arguments

Parameter names are not covered by the backward compatibility promise.

Table of Contents

Interfaces

DeprecatedFixerInterface

Methods

getDefinition()  : FixerDefinitionInterface
Returns the definition of the fixer.
getPriority()  : int
Returns the priority of the fixer.
getSuccessorsNames()  : array<int, string>
Returns names of fixers to use instead, if any.
createProxyFixers()  : array<string|int, mixed>

Methods

getPriority()

Returns the priority of the fixer.

public getPriority() : int

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

Return values
int

getSuccessorsNames()

Returns names of fixers to use instead, if any.

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

        
On this page

Search results