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 381c24b commit 202f890Copy full SHA for 202f890
src/Wrapper/JaegerConnectionWrapper.php
@@ -26,7 +26,7 @@ class JaegerConnectionWrapper extends Connection
26
/**
27
* @var int|null
28
*/
29
- private $maxSqlLength;
+ private $maxSqlLength = null;
30
31
public function setTracer(TracerInterface $tracer)
32
{
0 commit comments