We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90d8d1 commit 5270e55Copy full SHA for 5270e55
1 file changed
lib/Client/ClientSpan.php
@@ -35,7 +35,7 @@ public function __construct($tracer, $maxPayloadDepth) {
35
$this->_tracer = $tracer;
36
$this->_traceGUID = $tracer->_generateUUIDString();
37
$this->_guid = $tracer->_generateUUIDString();
38
- $this->$maxPayloadDepth = $maxPayloadDepth;
+ $this->maxPayloadDepth = $maxPayloadDepth;
39
}
40
41
public function __destruct() {
0 commit comments