no_whitespace_in_blank_line.rst 634 B

123456789101112131415161718192021222324252627282930313233
  1. ====================================
  2. Rule ``no_whitespace_in_blank_line``
  3. ====================================
  4. Remove trailing whitespace at the end of blank lines.
  5. Examples
  6. --------
  7. Example #1
  8. ~~~~~~~~~~
  9. .. code-block:: diff
  10. --- Original
  11. +++ New
  12. <?php
  13. -
  14. +
  15. $a = 1;
  16. Rule sets
  17. ---------
  18. The rule is part of the following rule sets:
  19. - `@PER <./../../ruleSets/PER.rst>`_
  20. - `@PER-CS1.0 <./../../ruleSets/PER-CS1.0.rst>`_
  21. - `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_
  22. - `@PSR12 <./../../ruleSets/PSR12.rst>`_
  23. - `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_
  24. - `@Symfony <./../../ruleSets/Symfony.rst>`_