event-centric / EventCentric.Core

Event Sourcing and CQRS in PHP
MIT License
126 stars 9 forks source link

Making src/ compliant with PSR-2 #18

Closed kelvinj closed 10 years ago

kelvinj commented 10 years ago

I think it's worth settling on this early.

Most code was already PSR-2 or close enough, this just firms it up.

mathiasverraes commented 10 years ago

I'm afraid this is really pointless as everything will change anyway -- I've been sitting on some ideas I want to try. This is the kind of clean up we can do before a release. Also, I dislike hard standards, as they are blind for context.

kelvinj commented 10 years ago

I thought as much after seeing some of your efforts at reworking in another branch.