Php-cs-fixer: merge SingleBlankLineBeforeNamespaceFixer into BlankLineBeforeStatementFixer

Created on 23 Oct 2018  路  1Comment  路  Source: FriendsOfPHP/PHP-CS-Fixer

kinBC break kincleanup

Most helpful comment

@SpacePossum

I've been meaning to attend to it, but haven't found the time yet - I was thinking of a fixer that ensures single blank lines around (that is, before and after) blocks, for example:

  • if
  • while
  • do
  • for
  • foreach
  • switch
  • try-catch-finally

>All comments

@SpacePossum

I've been meaning to attend to it, but haven't found the time yet - I was thinking of a fixer that ensures single blank lines around (that is, before and after) blocks, for example:

  • if
  • while
  • do
  • for
  • foreach
  • switch
  • try-catch-finally
Was this page helpful?
0 / 5 - 0 ratings

Related issues

grachevko picture grachevko  路  3Comments

BackEndTea picture BackEndTea  路  3Comments

teohhanhui picture teohhanhui  路  3Comments

fisharebest picture fisharebest  路  3Comments

OskarStark picture OskarStark  路  3Comments