Skip to content

Commit

Permalink
Make phpstan happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
dinamic committed Jul 15, 2024
1 parent 6c3c74c commit 36c7dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Testcontainer\Wait\WaitInterface;

/**
* @phpstan-type ContainerInspect array{0: array{NetworkSettings: array{IPAddress: string}}}
* @phpstan-type ContainerInspect array<int, array{'NetworkSettings': array{'IPAddress': string}}>
*/
class Container
{
Expand Down

0 comments on commit 36c7dd8

Please sign in to comment.