We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3d651 commit 7ee4376Copy full SHA for 7ee4376
src/Exporter/Instana/src/InstanaTransport.php
@@ -46,8 +46,7 @@ public function __construct(
46
private readonly string $endpoint,
47
// @phpstan-ignore property.onlyWritten
48
private readonly float $timeout = 0.0,
49
-
50
- private readonly int $attempts
+ private readonly int $attempts = 1
51
) {
52
$this->headers += ['Content-Type' => self::CONTENT_TYPE];
53
if ($timeout > 0.0) {
0 commit comments