Skip to content

Commit c4dd7a6

Browse files
committed
Document why the files are optional
1 parent 865ff12 commit c4dd7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapp/src/DataTransferObject/Shadowing/SubmissionEvent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public function __construct(
1414
public readonly string $teamId,
1515
public readonly string $time,
1616
public readonly ?string $entryPoint,
17+
// For the analyst instance we lose access to the files
18+
// during the freeze.
1719
public readonly ?array $files,
1820
) {}
1921
}

0 commit comments

Comments
 (0)