mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 12:29:56 +00:00
fix: type cmd to array string
This commit is contained in:
@@ -38,6 +38,10 @@ class Container
|
|||||||
private ?string $network = null;
|
private ?string $network = null;
|
||||||
private ?string $healthCheckCommand = null;
|
private ?string $healthCheckCommand = null;
|
||||||
private int $healthCheckIntervalInMS;
|
private int $healthCheckIntervalInMS;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array<string>
|
||||||
|
*/
|
||||||
private array $cmd = [];
|
private array $cmd = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user