We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31dcb0b + c83222d commit 0bc1137Copy full SHA for 0bc1137
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