for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Domain\Eventing;
use Domain\Identity\Identity;
/**
* @author Sebastiaan Hilbers <[email protected]>
*/
class NullEventStore implements EventStore
{
public function commit(UncommittedEvents $events)
}
public function getAggregateHistoryFor(Identity $id, $offset = 0, $max = null)