@@ -34,7 +34,7 @@ |
||
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'; |