Skip to content

Commit 5f3388f

Browse files
committed
Remove trivial parameter for more screenspace
1 parent 69c4110 commit 5f3388f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webapp/src/Twig/TwigExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function printelapsedminutes(float $start, float $end): string
204204

205205
/**
206206
* Print a time formatted as specified. The format is according to date().
207-
* @param Contest|null $contest If given, print time relative to that contest start.
208207
* @param bool $maskOutsideContest When true and contest is given replace time with before/after.
209208
*/
210209
public function printtime(string|float|null $datetime, ?string $format = null, ?Contest $contest = null, bool $maskOutsideContest = true): string

0 commit comments

Comments
 (0)