Skip to content

Commit 5991e41

Browse files
committed
Fix build
1 parent 0219dfd commit 5991e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Monolog/Handler/CubeHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ private function writeHttp(string $data): void
162162
'Content-Length: ' . \strlen('['.$data.']'),
163163
]);
164164

165-
Curl\Util::execute($this->httpConnection, 5, false);
165+
Curl\Util::execute($this->httpConnection, 5);
166166
}
167167
}

0 commit comments

Comments
 (0)