================================
Rule set ``@DoctrineAnnotation``
================================

Rules covering Doctrine annotations with configuration based on examples found in `Doctrine Annotation documentation <http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/annotations.html>`_ and `Symfony documentation <http://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/routing.html>`_.

Rules
-----

- `doctrine_annotation_array_assignment <./../rules/doctrine_annotation/doctrine_annotation_array_assignment.rst>`_
  config:
  ``['operator' => ':']``
- `doctrine_annotation_braces <./../rules/doctrine_annotation/doctrine_annotation_braces.rst>`_
- `doctrine_annotation_indentation <./../rules/doctrine_annotation/doctrine_annotation_indentation.rst>`_
- `doctrine_annotation_spaces <./../rules/doctrine_annotation/doctrine_annotation_spaces.rst>`_
  config:
  ``['before_array_assignments_colon' => false]``
