raykolbe / DOMPDFModule

A Zend Framework module for Dompdf
MIT License
61 stars 62 forks source link

Use spaces instead of tabs (PSR-1) #1

Closed juriansluiman closed 12 years ago

juriansluiman commented 12 years ago

The layout on GitHub is a bit weird when there's a mixture between tabs and spaces. You might want to apply PSR-1 as that's a new adopted standard for big php projects dictating a 4-space indention rule.

Secondly, the new PSR-1 uses a use statement on every line, so no comma separated list.

raykolbe commented 12 years ago

I will update these accordingly.

raykolbe commented 12 years ago

Updated to be more inline with PSR-2