Hi Everyone, On Sat, Feb 4, 2017 at 11:41 AM Ryan R. <[email protected]> wrote:
> Hello, > I'd like to propose a change to the PSR-2 rule concerning the presence of > one (and only one) empty line after opening braces for conditional > statements. > I wasn't aware that this was the case, can you link to where in PSR-2 you're seeing that? From what I understand PSR-2 currently allows blank lines and even (sort of) encourages adding them to improve readability [1]: > Blank lines MAY be added to improve readability and to indicate related blocks of code. so we should be all set on this front. [1] http://www.php-fig.org/psr/psr-2/#lines Best wishes, Korvin -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/CANeXGWXSXXmQkOdJV4WSxndCzLkjp2C8Bi3i%2BxeGm6ckQ3jqQg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
