Skip to content

Commit

Permalink
Merge pull request #690 from cs-extended/task/psr-12
Browse files Browse the repository at this point in the history
Dont always require a new blank line after opening php tag
  • Loading branch information
samdark committed Dec 3, 2015
2 parents 1b9be7f + 6166a32 commit 17d67b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposed/extended-coding-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ opening tag (which must be on the first line when declare statement(s) are prese

Each declare statement (e.g. `declare(ticks=);`) MUST be on its own line.

When no declare declarations are present there MUST be a blank line after the
opening `<?php` tag.
When the opening `<?php` tag is on the first line of the file, it MUST be on it's
own line with no other statements.

When present, there MUST be one blank line after the `namespace` declaration.

Expand Down

0 comments on commit 17d67b6

Please sign in to comment.