Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisPog committed Oct 26, 2023
1 parent 2a9cc9c commit d460ba4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -72,9 +72,9 @@ public function getMessages(): \Generator
}

if ($yield) {
try{
try {
yield (new MessageContext($this->name, $id, $trigger, $time, $nextTime)) => $message;
}finally {
} finally {
$checkpoint->save($time, $index);
}
}
Expand Down

0 comments on commit d460ba4

Please sign in to comment.