Skip to content

Commit

Permalink
remove type declaration content on GuzzleHttpService __construct
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
  • Loading branch information
samsonasik committed Feb 1, 2023
1 parent b075a90 commit 08e2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Check/GuzzleHttpService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08e2127

Please sign in to comment.