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 5cdffd3 commit 89e5cf0Copy full SHA for 89e5cf0
README.md
@@ -47,7 +47,6 @@ The method takes 3 arguments:
47
- Status Code (**Optional**; 200 by default; Integer) - The HTTP Status Code;
48
- HTTP Headers (**Optional**; empty by default; Key `=>` Value Array) - The HTTP Headers;
49
50
-And send it
51
```php
52
echo $response->sendResponse(json_encode($arr), 200, ['Content-Type' => 'application/json']);
53
```
0 commit comments