DataTables PHP 3.0.2

FullyQualifiedStrictTypesFixer extends AbstractFixer
in package
implements ConfigurableFixerInterface, WhitespacesAwareFixerInterface uses ConfigurableFixerTrait

FinalYes
Tags
phpstan-type

_AutogeneratedInputConfiguration array{ import_symbols?: bool, leading_backslash_in_global_namespace?: bool, phpdoc_tags?: list, }

phpstan-type

_AutogeneratedComputedConfiguration array{ import_symbols: bool, leading_backslash_in_global_namespace: bool, phpdoc_tags: list, }

phpstan-type

_Uses array{ constant?: array<non-empty-string, non-empty-string>, class?: array<non-empty-string, non-empty-string>, function?: array<non-empty-string, non-empty-string> }

implements
author

VeeWee toonverwerft@gmail.com

author

Tomas Jadrny developer@tomasjadrny.cz

author

Greg Korba greg@codito.dev

author

SpacePossum possumfromspace@gmail.com

author

Michael Vorisek https://github.com/mvorisek

phpstan-import-type

_ImportType from \PhpCsFixer\Tokenizer\Analyzer\Analysis\NamespaceUseAnalysis

no-named-arguments

Parameter names are not covered by the backward compatibility promise.

Table of Contents

Interfaces

ConfigurableFixerInterface
WhitespacesAwareFixerInterface

Methods

getDefinition()  : FixerDefinitionInterface
Returns the definition of the fixer.
getPriority()  : int
Returns the priority of the fixer.
isCandidate()  : bool
Check if the fixer is a candidate for given Tokens collection.
applyFix()  : void
createConfigurationDefinition()  : FixerConfigurationResolverInterface

Methods

getPriority()

Returns the priority of the fixer.

public getPriority() : int

Must run before NoSuperfluousPhpdocTagsFixer, OrderedAttributesFixer, OrderedImportsFixer, OrderedInterfacesFixer, StatementIndentationFixer. Must run after ClassKeywordFixer, PhpUnitAttributesFixer, PhpdocToPropertyTypeFixer, PhpdocToReturnTypeFixer.

Return values
int

isCandidate()

Check if the fixer is a candidate for given Tokens collection.

public isCandidate(Tokens $tokens) : bool

Fixer is a candidate when the collection contains tokens that may be fixed during fixer work. This could be considered as some kind of bloom filter. When this method returns true then to the Tokens collection may or may not need a fixing, but when this method returns false then the Tokens collection need no fixing for sure.

Parameters
$tokens : Tokens
Return values
bool

        
On this page

Search results