Skip to content

Commit

Permalink
Fix DocBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Jan 26, 2014
1 parent f9723e7 commit 821b526
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Malocher/EventStore/EventSourcing/EventSourcedObject.php
Expand Up @@ -47,11 +47,7 @@ abstract class EventSourcedObject
protected $pendingEvents = array();

/**
* Hookpoint to register event handlers
*
* Method is called during construct
*
* @throws EventSourcingException
* Register internal event handler methods
*/
abstract protected function registerHandlers();

Expand Down Expand Up @@ -143,6 +139,8 @@ protected function replay(array $historyEvents)
* Update source with new event
*
* @param EventInterface $e
*
* @throws EventSourcingException
*/
protected function update(EventInterface $e)
{
Expand Down

0 comments on commit 821b526

Please sign in to comment.