Skip to content

Commit 48e64ef

Browse files
committed
fix: static
1 parent 2ddb22d commit 48e64ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Expression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ protected static function checkMonthDay($value, $time)
218218
}
219219
}
220220

221-
protected function isClosestWeekDay($value, $month, $time)
221+
protected static function isClosestWeekDay($value, $month, $time)
222222
{
223223
foreach ([0, -1, 1, -2, 2] as $i) {
224224
$incr = $value + $i;

0 commit comments

Comments
 (0)