Closed marcelaraujo closed 11 years ago
First of all, thanks for your PR. I've made some comments, on minor issues I've seen.
Ok @theUniC
I'll see this and I don't agree about use spaces instead of tabs but it's the PSR :)
2.4. Indenting
Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting.
N.b.: Using only spaces, and not mixing spaces with tabs, helps to avoid problems with diffs, patches, history, and annotations. The use of spaces also makes it easy to insert fine-grained sub-indentation for inter-line alignment.
Adding some improvements