Skip to content

Commit

Permalink
fix: phpstan type error
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Aug 17, 2024
1 parent c75dfad commit dfb4c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ public function withHealthCheckCommand(string $command, int $healthCheckInterval
return $this;
}

/**
* @param array<string> $cmd
*/
public function withCmd(array $cmd): self
{
$this->cmd = $cmd;
Expand Down

0 comments on commit dfb4c93

Please sign in to comment.