DoctrineAnnotationArrayAssignmentFixer
extends AbstractDoctrineAnnotationFixer
in package
Forces the configured operator for assignment in arrays in Doctrine Annotations.
Table of Contents
- getDefinition() : mixed
- {@inheritdoc}
- getPriority() : mixed
- {@inheritdoc}
- createConfigurationDefinition() : mixed
- {@inheritdoc}
- fixAnnotations() : mixed
- {@inheritdoc}
Methods
getDefinition()
{@inheritdoc}
public
getDefinition() : mixed
Return values
mixed —getPriority()
{@inheritdoc}
public
getPriority() : mixed
Must run before DoctrineAnnotationSpacesFixer.
Return values
mixed —createConfigurationDefinition()
{@inheritdoc}
protected
createConfigurationDefinition() : mixed
Return values
mixed —fixAnnotations()
{@inheritdoc}
protected
fixAnnotations(Tokens $tokens) : mixed
Parameters
- $tokens : Tokens