===================== Rule ``concat_space`` ===================== Concatenation should be spaced according configuration. Configuration ------------- ``spacing`` ~~~~~~~~~~~ Spacing to apply around concatenation operator. Allowed values: ``'none'``, ``'one'`` Default value: ``'none'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New 'none']``. .. code-block:: diff --- Original +++ New 'one']``. .. code-block:: diff --- Original +++ New `_ rule set will enable the ``concat_space`` rule with the default config. @Symfony Using the `@Symfony <./../../ruleSets/Symfony.rst>`_ rule set will enable the ``concat_space`` rule with the default config.