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.
2 parents a7124f5 + efcb560 commit 1d78720Copy full SHA for 1d78720
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