kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 58 forks source link

whitespace irregularity #39

Closed constb closed 8 years ago

constb commented 8 years ago

composer.json and CamelCasing.php have tab-indented lines. they jump out when viewing through github's interface. PSR2 recommends always using spaces for indentation.

kirkbushell commented 8 years ago

Will fix this soon, thanks.

kirkbushell commented 8 years ago

Have now fixed PSR2 issues across the entire project.