romm / configuration_object

Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
GNU General Public License v3.0
6 stars 4 forks source link

[CLEANUP] Activate PHP Coding Standards Fixer #2

Closed romm closed 7 years ago

romm commented 7 years ago

This PR will activate and set up running the great PHP Coding Standards fixer (http://cs.sensiolabs.org/) on this repository, meaning more reliability in the code syntax.

It also sets up the Style CI integration, which will check at every commit that the standards are respected.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.1%) to 95.652% when pulling 10177a8eaffda9ff3f164db22550dbab0f4636cd on php-coding-standards into 847cc90f4f249582d1eefa968ade8484ba76a44c on master.