============================== Rule ``space_after_semicolon`` ============================== Fix whitespace after a semicolon. Configuration ------------- ``remove_in_empty_for_expressions`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Whether spaces should be removed for empty ``for`` expressions. Allowed types: ``bool`` Default value: ``false`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New @@ -1,5 +1,5 @@ true]``. .. code-block:: diff --- Original +++ New @@ -1,3 +1,3 @@ true]`` @PhpCsFixer Using the ``@PhpCsFixer`` rule set will enable the ``space_after_semicolon`` rule with the config below: ``['remove_in_empty_for_expressions' => true]``