============================= Rule ``empty_loop_condition`` ============================= Empty loop-condition must be in configured style. Configuration ------------- ``style`` ~~~~~~~~~ Style of empty loop-condition. Allowed values: ``'for'`` and ``'while'`` Default value: ``'while'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New 'for']``. .. code-block:: diff --- Original +++ New `_ - `@Symfony <./../../ruleSets/Symfony.rst>`_ References ---------- - Fixer class: `PhpCsFixer\\Fixer\\ControlStructure\\EmptyLoopConditionFixer <./../../../src/Fixer/ControlStructure/EmptyLoopConditionFixer.php>`_ - Test class: `PhpCsFixer\\Tests\\Fixer\\ControlStructure\\EmptyLoopConditionFixerTest <./../../../tests/Fixer/ControlStructure/EmptyLoopConditionFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.