From e21cea14fc2e89d481db075d672a3e53d39af9f4 Mon Sep 17 00:00:00 2001 From: Sergei Shitikov Date: Sun, 29 Sep 2024 18:50:39 +0200 Subject: [PATCH] cs fix --- src/Exception/ContainerWaitingTimeoutException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exception/ContainerWaitingTimeoutException.php b/src/Exception/ContainerWaitingTimeoutException.php index 62c5803..c7e38bd 100644 --- a/src/Exception/ContainerWaitingTimeoutException.php +++ b/src/Exception/ContainerWaitingTimeoutException.php @@ -11,4 +11,4 @@ class ContainerWaitingTimeoutException extends ContainerNotReadyException $message ??= sprintf('Timeout reached while waiting for container %s', $containerId); parent::__construct($message, $containerId, $previous); } -} \ No newline at end of file +}