mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 16:29:29 +00:00
cs fix
This commit is contained in:
@@ -11,4 +11,4 @@ class ContainerWaitingTimeoutException extends ContainerNotReadyException
|
|||||||
$message ??= sprintf('Timeout reached while waiting for container %s', $containerId);
|
$message ??= sprintf('Timeout reached while waiting for container %s', $containerId);
|
||||||
parent::__construct($message, $containerId, $previous);
|
parent::__construct($message, $containerId, $previous);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user