Completed
Pull Request — master (#44)
by David
02:09
created
src/EventStore/EventStore.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
     abstract protected function abortTransaction(EventSourcedEntity $eventSourcedEntity);
37 37
     abstract protected function completeTransaction(EventSourcedEntity $eventSourcedEntity);
38 38
 
39
+    /**
40
+     * @param string $entityIdentifier
41
+     */
39 42
     abstract protected function countEntityEvents($entityIdentifier);
40 43
 
41 44
     /**
Please login to merge, or discard this patch.