Making PHPStan happy

This commit is contained in:
Pavel Shevaev 2023-08-16 14:12:21 +03:00
parent 2d0129267b
commit 861c5d4608
1 changed files with 0 additions and 1 deletions

View File

@ -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);