From 08e2127222a2e1294f3cdb61f880509132f969ad Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 1 Feb 2023 16:12:52 +0700 Subject: [PATCH] remove type declaration content on GuzzleHttpService __construct Signed-off-by: Abdul Malik Ikhsan --- src/Check/GuzzleHttpService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Check/GuzzleHttpService.php b/src/Check/GuzzleHttpService.php index 34b9eee..13cb475 100644 --- a/src/Check/GuzzleHttpService.php +++ b/src/Check/GuzzleHttpService.php @@ -59,7 +59,7 @@ public function __construct( array $headers = [], array $options = [], $statusCode = 200, - protected ?string $content = null, + protected $content = null, $guzzle = null, $method = 'GET', $body = null