8000 fix psalm error · symfony/symfony@8f29e1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f29e1f

Browse files
committed
fix psalm error
1 parent 0d8e013 commit 8f29e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private static function parseHashed(string $expression, string $context): string
9595
return implode(' ', $parts);
9696
}
9797

98-
private static function hashField(int $start, int $end, string $context): string
98+
private static function hashField(int $start, int $end, string $context): int
9999
{
100100
$possibleValues = range($start, $end);
101101

0 commit comments

Comments
 (0)
0