We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dcb0b commit c83222dCopy full SHA for c83222d
1 file changed
src/CronExpression.php
@@ -142,6 +142,7 @@ private function checkTime(string $time, string $format): bool
142
}
143
144
$currentTime = $this->testTime->format($format);
145
+ assert(ctype_digit($currentTime));
146
147
// Handle repeating times (i.e. /5 or */5 for every 5 minutes)
148
if (strpos($time, '/') !== false) {
0 commit comments