diff --git a/src/Broadway/Saga/MultipleSagaManager.php b/src/Broadway/Saga/MultipleSagaManager.php index ebfee2c..323fa39 100644 --- a/src/Broadway/Saga/MultipleSagaManager.php +++ b/src/Broadway/Saga/MultipleSagaManager.php @@ -98,7 +98,6 @@ public function handle(DomainMessage $domainMessage) // If actual criteria are given, fetch all matching states and // update them one by one. foreach ($this->stateManager->findBy($criteria, $sagaType) as $state) { - // TODO: For CopiedCriteria only one state should be found. $this->handleEventBySagaWithState($sagaType, $saga, $event, $state); } }