DataTables PHP 3.0.2

PhpUnitSizeClassFixer extends AbstractPhpUnitFixer
in package
implements WhitespacesAwareFixerInterface, ConfigurableFixerInterface uses ConfigurableFixerTrait

FinalYes
Tags
phpstan-type

_AutogeneratedInputConfiguration array{ group?: 'large'|'medium'|'small', }

phpstan-type

_AutogeneratedComputedConfiguration array{ group: 'large'|'medium'|'small', }

implements
author

Jefersson Nathan malukenho.dev@gmail.com

no-named-arguments

Parameter names are not covered by the backward compatibility promise.

Table of Contents

Interfaces

WhitespacesAwareFixerInterface
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 PhpUnitAttributesFixer, PhpdocSeparationFixer.

Return values
int

applyPhpUnitClassFix()

protected applyPhpUnitClassFix(Tokens $tokens, int $startIndex, int $endIndex) : void
Parameters
$tokens : Tokens
$startIndex : int
$endIndex : int

        
On this page

Search results