Making PHPStan happy
This commit is contained in:
parent
2d0129267b
commit
861c5d4608
|
@ -65,7 +65,6 @@ function macro_WEEK_DATE($proc, $spec)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception("Bad day of week: $spec");
|
throw new Exception("Bad day of week: $spec");
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$stamp = strtotime($time_str);
|
$stamp = strtotime($time_str);
|
||||||
|
|
Loading…
Reference in New Issue