Completed
Push — master ( 3b23d7...f7166a )
by Camilo
11s
created
src/InternalFunctionality/TelegramDocument.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function __construct(TelegramResponse $response)
36 36
     {
37
-        $headers = (array) $response->getHeaders();
37
+        $headers = (array)$response->getHeaders();
38 38
 
39 39
         // What better to get the mime type than what the Telegram servers already send us?
40 40
         $this->mime_type = !empty($headers['Content-Type']) ? $headers['Content-Type'] : 'application/octet-stream';
Please login to merge, or discard this patch.