Skip to content

Commit 10531f9

Browse files
authored
Update README.md
1 parent 9355717 commit 10531f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $checkHost = new CheckHost(
8282

8383
---
8484

85-
### `sendRequest(string $host, string $type, int|null $maxNodes = 0): string|false`
85+
### `sendRequest(string $host, string $type, int $maxNodes = 0): string|false`
8686

8787
**Sends a check request of a given type to selected nodes.**
8888

@@ -104,7 +104,7 @@ $checkHost = new CheckHost(
104104

105105
---
106106

107-
### `runCheck(string $host, string $type, int|null $maxNodes = 0): array|false`
107+
### `runCheck(string $host, string $type, int $maxNodes = 0): array|false`
108108

109109
**Combines `sendRequest()` and `getResults()` into a single call, returning structured data.**
110110

0 commit comments

Comments
 (0)