Completed
Pull Request — master (#131)
by Rafael
32:51 queued 30:36
created
Classes/Service/Tika/ServerService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -360,7 +360,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.