Skip to content

Commit fc3d3e9

Browse files
committed
Correct return type please
1 parent 3245fcf commit fc3d3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCouchDB/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function getView($options = []) : array
205205
return $data;
206206
}
207207

208-
protected function handleServerResponse($response) : arrayxi
208+
protected function handleServerResponse($response) : array
209209
{
210210
if ($response->getStatusCode() == 200) {
211211
// try to decode JSON

0 commit comments

Comments
 (0)