Skip to content

Commit f6f1bd2

Browse files
authored
Update README.md
1 parent de9f03f commit f6f1bd2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,13 @@ $checkHost = new CheckHost(
116116

117117
---
118118

119-
### `fullCheck(string $host, int|null): array|false`
119+
### `fullCheck(string $host): array|false`
120120

121121
**Performs all core tests (`ping`, `http`, `tcp`, `udp`, `dns`, `traceroute`) on the given host.**
122122

123-
| Parameter | Type | Description |
124-
| ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125-
| `$host` | `string` | The target domain or IP to check |
126-
| `$maxNodes` | `int` | Maximum number of nodes to use. Any value other than `0` overrides the selected nodes and uses up to the specified number of available nodes (`0` = use selected nodes) |
123+
| Parameter | Type | Description |
124+
| ----------- | -------- | -------------------------------- |
125+
| `$host` | `string` | The target domain or IP to check |
127126

128127
---
129128

0 commit comments

Comments
 (0)