no_blank_lines_before_namespace.rst 535 B

1234567891011121314151617181920212223242526272829
  1. ========================================
  2. Rule ``no_blank_lines_before_namespace``
  3. ========================================
  4. There should be no blank lines before a namespace declaration.
  5. Warning
  6. -------
  7. This rule is deprecated and will be removed on next major version
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. You should use ``blank_lines_before_namespace`` instead.
  10. Examples
  11. --------
  12. Example #1
  13. ~~~~~~~~~~
  14. .. code-block:: diff
  15. --- Original
  16. +++ New
  17. <?php
  18. -
  19. -
  20. -
  21. namespace Example;