Skip to content

Commit

Permalink
Updated AbstractAsyncCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 11, 2024
1 parent 1276040 commit 708c527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/AbstractAsyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract class AbstractAsyncCommand extends AbstractCommand
{
protected Pool $pool;

public function setPool(Pool $pool): AbstractCommand
public function setPool(Pool $pool): AbstractAsyncCommand
{
$this->pool = $pool;

Expand Down

0 comments on commit 708c527

Please sign in to comment.