JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 61 forks source link

refactor - added new line to end of file #20

Closed grogy closed 10 years ago

grogy commented 10 years ago

That is small PR about refactor code.

Was add new line for all files to end. (consistent code format)

JakubOnderka commented 10 years ago

Why is this important?

VasekPurchart commented 10 years ago

It's a good idea to unify the newlines in the files + it prevents weird git diffs when you change the content on last line.

grogy commented 10 years ago

@VasekPurchart yes, to a hair

JakubOnderka commented 10 years ago

@grogy OK, so can you modify your patch to current master?

grogy commented 10 years ago

@JakubOnderka of course, ready.

JakubOnderka commented 10 years ago

Merged. Thanks!

grogy commented 10 years ago

Thank you.