delight-im / PHP-Cookie

Modern cookie management for PHP
MIT License
165 stars 48 forks source link

PSR-1, PSR-2 and code style #7

Closed ocram closed 8 years ago

ocram commented 8 years ago

PSRs are no mandatory requirements, not even a recommendation for general PHP development. They're just for frameworks to ensure some degree of interoperability.

Anyway, reasonable code style guidelines are always a good idea, so changes that improve the code style in this repository, ideally agreed upon before, are always welcome.

However, some rules, such as "4 spaces instead of tabs" will definitely not be implemented, as they're just a matter of taste and good arguments can be made in favor of both options.