Skip to content

Commit

Permalink
Correct return type
Browse files Browse the repository at this point in the history
  • Loading branch information
codeliner committed Oct 13, 2015
1 parent 9d63601 commit e3fe790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransactionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function attach(ActionEventEmitter $emitter)
* as metadata to each event.
*
* @param Iterator $recordedEvents
* @return Message[]
* @return Iterator
*/
private function handleRecordedEvents(Iterator $recordedEvents)
{
Expand Down

0 comments on commit e3fe790

Please sign in to comment.