From 36c7dd85291c02bef26e575098d0970c23549d2f Mon Sep 17 00:00:00 2001 From: Nikola Petkanski Date: Tue, 16 Jul 2024 02:35:51 +0300 Subject: [PATCH] Make phpstan happy again --- src/Container/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/Container.php b/src/Container/Container.php index 46776c1..434515f 100644 --- a/src/Container/Container.php +++ b/src/Container/Container.php @@ -11,7 +11,7 @@ use Testcontainer\Wait\WaitInterface; /** - * @phpstan-type ContainerInspect array{0: array{NetworkSettings: array{IPAddress: string}}} + * @phpstan-type ContainerInspect array */ class Container {