Skip to content

Commit

Permalink
fix: type cmd to array string
Browse files Browse the repository at this point in the history
  • Loading branch information
redlahatarbus authored Aug 17, 2024
1 parent a1545d9 commit b9c1424
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class Container
private ?string $network = null;
private ?string $healthCheckCommand = null;
private int $healthCheckIntervalInMS;

/**
* @var array<string>
*/
private array $cmd = [];

/**
Expand Down

0 comments on commit b9c1424

Please sign in to comment.