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