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 a7124f5 commit efcb560Copy full SHA for efcb560
src/Submission/DaemonSegmentSubmitter.php
@@ -88,7 +88,7 @@ private function submitFragmented(Segment $segment)
88
{
89
$rawSegment = $segment->jsonSerialize();
90
/** @var Segment[] $subsegments */
91
- $subsegments = $rawSegment['subsegments'];
+ $subsegments = $rawSegment['subsegments'] ?? [];
92
unset($rawSegment['subsegments']);
93
$this->submitOpenSegment($rawSegment);
94
0 commit comments