fix: type cmd to array string

This commit is contained in:
redlahatarbus
2024-08-17 11:12:30 -04:00
committed by GitHub
parent a1545d9d51
commit b9c1424d14
+4
View File
@@ -38,6 +38,10 @@ class Container
private ?string $network = null;
private ?string $healthCheckCommand = null;
private int $healthCheckIntervalInMS;
/**
* @var array<string>
*/
private array $cmd = [];
/**