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 3245fcf commit fc3d3e9Copy full SHA for fc3d3e9
src/PHPCouchDB/Database.php
@@ -205,7 +205,7 @@ public function getView($options = []) : array
205
return $data;
206
}
207
208
- protected function handleServerResponse($response) : arrayxi
+ protected function handleServerResponse($response) : array
209
{
210
if ($response->getStatusCode() == 200) {
211
// try to decode JSON
0 commit comments