From: Art4 Date: Sun, 3 Nov 2024 14:49:44 +0000 (+0100) Subject: add missing return statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5dac44c8f2b8a0c1c8892fdf57f26ef15604590;p=friendica.git add missing return statement --- diff --git a/src/Util/Temporal.php b/src/Util/Temporal.php index 0ce59bfaf0..d3ed346908 100644 --- a/src/Util/Temporal.php +++ b/src/Util/Temporal.php @@ -359,6 +359,8 @@ class Temporal return sprintf($format, $r, (($r == 1) ? $str[0] : $str[1])); } } + + return ''; } /**