Make phpstan happy again

This commit is contained in:
Nikola Petkanski
2024-07-16 03:11:34 +03:00
parent 6c3c74c817
commit 0edcaeec72
2 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use Symfony\Component\Process\Process;
use Testcontainer\Exception\ContainerNotReadyException;
/**
* @phpstan-type ContainerInspect array<int, array{'NetworkSettings': array{'IPAddress': string}}>
* @phpstan-import-type ContainerInspect from \Testcontainer\Container\Container
*/
final class WaitForTcpPortOpen implements WaitInterface
{