mirror of
https://codeberg.org/reflect/reflect-client-php.git
synced 2025-09-13 17:43:42 +02:00
fix(doc): missed a rename
This commit is contained in:
parent
7470acfc9b
commit
57633164ed
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Make requests to an API built using the Reflect API framework over HTTP or UNIX
|
|||
|
||||
---
|
||||
|
||||
Make a request with `SocketClient->call()`. It will return the response as an array of length 2.
|
||||
Make a request with `Client->call()`. It will return the response as an array of length 2.
|
||||
- The first value is the HTTP-equivalent response code.
|
||||
- The second value is the response body
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue