==================================== Rule ``single_line_comment_spacing`` ==================================== Single-line comments must have proper spacing. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New `_ - `@Symfony <./../../ruleSets/Symfony.rst>`_ References ---------- - Fixer class: `PhpCsFixer\\Fixer\\Comment\\SingleLineCommentSpacingFixer <./../../../src/Fixer/Comment/SingleLineCommentSpacingFixer.php>`_ - Test class: `PhpCsFixer\\Tests\\Fixer\\Comment\\SingleLineCommentSpacingFixerTest <./../../../tests/Fixer/Comment/SingleLineCommentSpacingFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.