========================= Rule ``no_binary_string`` ========================= There should not be a binary flag before strings. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New -`_ - `@Symfony <./../../ruleSets/Symfony.rst>`_ References ---------- - Fixer class: `PhpCsFixer\\Fixer\\StringNotation\\NoBinaryStringFixer <./../../../src/Fixer/StringNotation/NoBinaryStringFixer.php>`_ - Test class: `PhpCsFixer\\Tests\\Fixer\\StringNotation\\NoBinaryStringFixerTest <./../../../tests/Fixer/StringNotation/NoBinaryStringFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.