@@ -215,7 +215,7 @@ |
||
| 215 | 215 | $headers = $response->getHeaders(); |
| 216 | 216 | $jsonContentTypeList = ['application/ld+json', 'application/json']; |
| 217 | 217 | |
| 218 | - $requestIsJson = false; |
|
| 218 | + $requestIsJson = false; |
|
| 219 | 219 | |
| 220 | 220 | if (isset($headers['Content-Type'])) { |
| 221 | 221 | foreach ($jsonContentTypeList as $contentType) { |