DataTables PHP 3.0.2

DoctrineAnnotationSpacesFixer extends AbstractDoctrineAnnotationFixer
in package
implements ConfigurableFixerInterface uses ConfigurableFixerTrait

FinalYes

Fixes spaces around commas and assignment operators in Doctrine annotations.

Tags
phpstan-type

_AutogeneratedInputConfiguration array{ after_argument_assignments?: bool|null, after_array_assignments_colon?: bool|null, after_array_assignments_equals?: bool|null, around_commas?: bool, around_parentheses?: bool, before_argument_assignments?: bool|null, before_array_assignments_colon?: bool|null, before_array_assignments_equals?: bool|null, ignored_tags?: list, }

phpstan-type

_AutogeneratedComputedConfiguration array{ after_argument_assignments: bool|null, after_array_assignments_colon: bool|null, after_array_assignments_equals: bool|null, around_commas: bool, around_parentheses: bool, before_argument_assignments: bool|null, before_array_assignments_colon: bool|null, before_array_assignments_equals: bool|null, ignored_tags: list, }

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

Methods

getPriority()

Returns the priority of the fixer.

public getPriority() : int

Must run after DoctrineAnnotationArrayAssignmentFixer.

Return values
int

fixAnnotations()

protected fixAnnotations(Tokens $doctrineAnnotationTokens) : void
Parameters
$doctrineAnnotationTokens : Tokens

        
On this page

Search results