DataTables PHP 3.0.2

PhpUnitDataProviderMethodOrderFixer extends AbstractPhpUnitFixer
in package
implements ConfigurableFixerInterface uses ConfigurableFixerTrait

FinalYes
Tags
phpstan-type

_AutogeneratedInputConfiguration array{ placement?: 'after'|'before', }

phpstan-type

_AutogeneratedComputedConfiguration array{ placement: 'after'|'before', }

implements
phpstan-import-type

_ClassElement from OrderedClassElementsFixer

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.
applyPhpUnitClassFix()  : void
createConfigurationDefinition()  : FixerConfigurationResolverInterface

Methods

getPriority()

Returns the priority of the fixer.

public getPriority() : int

Must run before ClassAttributesSeparationFixer, NoBlankLinesAfterClassOpeningFixer. Must run after OrderedClassElementsFixer.

Return values
int

        
On this page

Search results