event-centric / EventCentric.Core

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

Small refactorings #22

Closed henrikbjorn closed 10 years ago

henrikbjorn commented 10 years ago

Mostly small changes to phpdoc and syntax. Also collapsing some whitespace and fixing full classnames.

There is also some changes that is just a habit of mine. Most commits should be atomic and therefor easily reversible.

Hopefully i didnt break anything, trusted the current testsuite and since it passes i think it should be allright.

mathiasverraes commented 10 years ago

Just a warning that this kind of cleanup work might be pretty much in vain, as everything can and will change often.

cordoval commented 10 years ago

you should probably just plug php-cs-fixer to fix various things automatically

henrikbjorn commented 10 years ago

@mathiasverraes was just looking at the code and started to do it while reading it :) The commits are so small on purpose as i thought you might only wanted some of them.