@@ -360,7 +360,7 @@ |
||
360 | 360 | { |
361 | 361 | $headers = [$this->getUserAgent(), 'Content-Type: application/octet-stream', 'Accept: application/json', 'Connection: close']; |
362 | 362 | |
363 | - $context = stream_context_create(['http' => ['protocol_version' => 1.1, 'method' => 'GET', 'header' => implode(CRLF, $headers),]]); |
|
363 | + $context = stream_context_create(['http' => ['protocol_version' => 1.1, 'method' => 'GET', 'header' => implode(CRLF, $headers), ]]); |
|
364 | 364 | |
365 | 365 | return $this->queryTika('/mime-types', $context); |
366 | 366 | } |