From 861c5d46080af105dffae290c37a2cf1983d619c Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 16 Aug 2023 14:12:21 +0300 Subject: [PATCH] Making PHPStan happy --- macro.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/macro.inc.php b/macro.inc.php index 2877651..d9a0a3f 100644 --- a/macro.inc.php +++ b/macro.inc.php @@ -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);