Fork me on GitHub
a Sensio Labs Product

15 Keys Accelerate (v3.54.0) edition

Rule no_blank_lines_before_namespace

There should be no blank lines before a namespace declaration.

Warning

This rule is deprecated and will be removed in the next major version

You should use blank_lines_before_namespace instead.

Examples

Example #1

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

References

The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.