DoctrineAnnotationSpacesFixer
extends AbstractDoctrineAnnotationFixer
in package
implements
ConfigurableFixerInterface
uses
ConfigurableFixerTrait
FinalYes
Fixes spaces around commas and assignment operators in Doctrine annotations.
Tags
Table of Contents
Interfaces
Methods
- getDefinition() : FixerDefinitionInterface
- Returns the definition of the fixer.
- getPriority() : int
- Returns the priority of the fixer.
- createConfigurationDefinition() : FixerConfigurationResolverInterface
- fixAnnotations() : void
- fixAroundAssignments() : void
- fixSpacesAroundCommas() : void
- fixSpacesAroundParentheses() : void
- updateSpacesAfter() : void
- updateSpacesAt() : void
- updateSpacesBefore() : void
Methods
getDefinition()
Returns the definition of the fixer.
public
getDefinition() : FixerDefinitionInterface
Return values
FixerDefinitionInterfacegetPriority()
Returns the priority of the fixer.
public
getPriority() : int
Must run after DoctrineAnnotationArrayAssignmentFixer.
Return values
intcreateConfigurationDefinition()
protected
createConfigurationDefinition() : FixerConfigurationResolverInterface
Return values
FixerConfigurationResolverInterfacefixAnnotations()
protected
fixAnnotations(Tokens $doctrineAnnotationTokens) : void
Parameters
- $doctrineAnnotationTokens : Tokens
fixAroundAssignments()
private
fixAroundAssignments(Tokens $tokens) : void
Parameters
- $tokens : Tokens
fixSpacesAroundCommas()
private
fixSpacesAroundCommas(Tokens $tokens) : void
Parameters
- $tokens : Tokens
fixSpacesAroundParentheses()
private
fixSpacesAroundParentheses(Tokens $tokens) : void
Parameters
- $tokens : Tokens
updateSpacesAfter()
private
updateSpacesAfter(Tokens $tokens, int $index, bool|null $insert) : void
Parameters
- $tokens : Tokens
- $index : int
- $insert : bool|null
updateSpacesAt()
private
updateSpacesAt(Tokens $tokens, int $index, int $insertIndex, bool|null $insert) : void
Parameters
- $tokens : Tokens
- $index : int
- $insertIndex : int
- $insert : bool|null
updateSpacesBefore()
private
updateSpacesBefore(Tokens $tokens, int $index, bool|null $insert) : void
Parameters
- $tokens : Tokens
- $index : int
- $insert : bool|null