Skip to content

Commit 7f0a45e

Browse files
nickygerritsenvmcj
andcommitted
Update webapp/src/DataTransferObject/ContestProblemPut.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent 680536f commit 7f0a45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/DataTransferObject/ContestProblemPut.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __construct(
1212
public readonly string $label,
1313
#[OA\Property(description: 'Human readable color of the problem to add. Will be overwritten by `rgb` if supplied', nullable: true)]
1414
public readonly ?string $color,
15-
#[OA\Property(description: 'Hexadecimal RGB value of the color of the problem to add. Will be used if both `color` and `rgb` are supplied', nullable: true)]
15+
#[OA\Property(description: 'Hexadecimal RGB value of the color of the problem to add. Overrules `color` if supplied', nullable: true)]
1616
public readonly ?string $rgb,
1717
#[OA\Property(description: 'The number of points for the problem to add. Defaults to 1')]
1818
public readonly int $points = 1,

0 commit comments

Comments
 (0)