We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49d3e1 commit b470a5dCopy full SHA for b470a5d
src/CheckHost.php
@@ -8,7 +8,7 @@ class CheckHost
8
{
9
private array $nodes;
10
private ?string $proxy;
11
- private string|array|null $selected_countries;
+ private array|null $selected_countries;
12
private bool $except;
13
private int $timeout;
14
0 commit comments