Skip to content

Commit e0c5ed9

Browse files
brinkymeisterT
authored andcommitted
fix deprecation errors
1 parent 98b0b13 commit e0c5ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/src/DataFixtures/Test/BalloonCorrectSubmissionFixture.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function load(ObjectManager $manager): void
3939
$manager->persist($problemA);
4040
$manager->persist($cp);
4141
foreach ($submissionData as $index => $submissionItem) {
42+
/** @var Team $team */
4243
$team = $manager->getRepository(Team::class)->findOneBy(['name' => $submissionItem[0]]);
4344
$submission = (new Submission())
4445
->setContest($contest)

0 commit comments

Comments
 (0)