mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 16:29:29 +00:00
fix: phpstan type error
This commit is contained in:
@@ -117,6 +117,9 @@ class Container
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array<string> $cmd
|
||||||
|
*/
|
||||||
public function withCmd(array $cmd): self
|
public function withCmd(array $cmd): self
|
||||||
{
|
{
|
||||||
$this->cmd = $cmd;
|
$this->cmd = $cmd;
|
||||||
|
|||||||
Reference in New Issue
Block a user