===================================== Rule ``blank_lines_before_namespace`` ===================================== Controls blank lines before a namespace declaration. Configuration ------------- ``min_line_breaks`` ~~~~~~~~~~~~~~~~~~~ Minimum line breaks that should exist before namespace declaration. Allowed types: ``int`` Default value: ``2`` ``max_line_breaks`` ~~~~~~~~~~~~~~~~~~~ Maximum line breaks that should exist before namespace declaration. Allowed types: ``int`` Default value: ``2`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New - 1]``. .. code-block:: diff --- Original +++ New - 2]``. .. code-block:: diff --- Original +++ New 2]``. .. code-block:: diff --- Original +++ New 0, 'max_line_breaks' => 0]``. .. code-block:: diff --- Original +++ New -`_ - `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_ - `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_ - `@PSR12 <./../../ruleSets/PSR12.rst>`_ - `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_ - `@Symfony <./../../ruleSets/Symfony.rst>`_