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