=================================== Rule ``no_useless_concat_operator`` =================================== There should not be useless concat operations. Configuration ------------- ``juggle_simple_strings`` ~~~~~~~~~~~~~~~~~~~~~~~~~ Allow for simple string quote juggling if it results in more concat-operations merges. Allowed types: ``bool`` Default value: ``false`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New true]``. .. code-block:: diff --- Original +++ New `_ rule set will enable the ``no_useless_concat_operator`` rule with the default config. @Symfony Using the `@Symfony <./../../ruleSets/Symfony.rst>`_ rule set will enable the ``no_useless_concat_operator`` rule with the default config.