Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#7026 from keradus/line…
Browse files Browse the repository at this point in the history
…_after_namespace

CS: There MUST be one blank line after the namespace declaration.
  • Loading branch information
Ocramius committed Dec 16, 2014
2 parents 1e81cea + 4264d22 commit 17163cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $config->fixers(
'function_call_space',
'function_declaration',
'indentation',
'line_after_namespace',
'linefeed',
'multiple_use',
'php_closing_tag',
Expand Down

0 comments on commit 17163cc

Please sign in to comment.