maniaplanet / netbeans-psr

Netbeans settings to comply to PHP's PSR 1 & 2
56 stars 9 forks source link

All PHP files MUST end with a single blank line. #3

Open gou1 opened 10 years ago

gou1 commented 10 years ago

From PSR-2 (http://www.php-fig.org/psr/psr-2/): All PHP files MUST end with a single blank line.

Not sure if this is possible in Netbeans. A workaround could be to just add a new line after a class.