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 62d4bb5 commit 3fef30fCopy full SHA for 3fef30f
src/Response/Elasticsearch.php
@@ -138,7 +138,7 @@ public function asArray(): array
138
return $this->asArray;
139
}
140
throw new UnknownContentTypeException(sprintf(
141
- "Cannot deserialize the reponse as array with Content-Type: %s",
+ "Cannot deserialize the response as array with Content-Type: %s",
142
$contentType
143
));
144
@@ -171,7 +171,7 @@ public function asObject(): object
171
return $this->asObject;
172
173
174
- "Cannot deserialize the reponse as object with Content-Type: %s",
+ "Cannot deserialize the response as object with Content-Type: %s",
175
176
177
0 commit comments