From 291df46470c28eed787a19fd979e3938a402d760 Mon Sep 17 00:00:00 2001 From: Adrii Date: Mon, 24 Jan 2022 13:25:38 +0100 Subject: [PATCH] Update --- src/CurlHelper.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CurlHelper.php b/src/CurlHelper.php index 3e840c3..32af924 100644 --- a/src/CurlHelper.php +++ b/src/CurlHelper.php @@ -15,10 +15,13 @@ class CurlHelper { - public string $user_agent = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'; + public string $user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36"; public int $timeout = 30; + /** + * @var \CurlHandle + */ protected $ch; protected ?string $url;