Skip to content

Commit dfb4c93

Browse files
authored
fix: phpstan type error
1 parent c75dfad commit dfb4c93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Container/Container.php

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ public function withHealthCheckCommand(string $command, int $healthCheckInterval
117117
return $this;
118118
}
119119

120+
/**
121+
* @param array<string> $cmd
122+
*/
120123
public function withCmd(array $cmd): self
121124
{
122125
$this->cmd = $cmd;

0 commit comments

Comments
 (0)