Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
desperado committed Sep 6, 2019
1 parent 51f38b2 commit c510b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/KernelContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function return(int $secondsDelay = 3): Promise
return call(
function(int $delay): \Generator
{
yield (new Delayed($delay));
yield new Delayed($delay);

yield $this->delivery($this->receivedMessage);
},
Expand Down

0 comments on commit c510b5b

Please sign in to comment.