Skip to content

Commit b975e72

Browse files
author
Roman Bylbas
committed
Fixed typo in RpcClientAPI.md
Signed-off-by: Roman Bylbas <romka.bulbas@gmail.com>
1 parent 2e58c43 commit b975e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API/RpcClientAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Class for interacting with the network via RPC
44
---
55
## Constructor
66
```php
7-
__constructor(string $nodeUrl, string $headers = null)
7+
__constructor(string $nodeUrl, array $headers = array())
88
```
99
### Parameters
1010
| Name | Type | Description | Required |

0 commit comments

Comments
 (0)