maniaplanet / netbeans-psr

Netbeans settings to comply to PHP's PSR 1 & 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no empty line after class opening bracket

mote0230 opened this issue · comments

This project currently creates a newline after a class opening bracket, but i can't find it in the standard? https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md here they all don't have this.

It's bug (ref #1 ). Just remove Tools - Options - Editor , click on tab Formatting and remove blank line before namespace
untitled