Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 327 Bytes

no_blank_lines_before_namespace.rst

File metadata and controls

21 lines (16 loc) · 327 Bytes

Rule no_blank_lines_before_namespace

There should be no blank lines before a namespace declaration.

Examples

Example #1

--- Original
+++ New
 <?php
-
-
-
 namespace Example;