]> git.mxchange.org Git - friendica.git/commitdiff
Changed:
authorRoland Häder <roland@mxchange.org>
Sun, 11 Sep 2022 20:46:40 +0000 (22:46 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 18 Oct 2022 15:47:15 +0000 (17:47 +0200)
- first parameter can be null

src/Util/Temporal.php

index 0186b59dd6157985d89128fa22f125981e95f8ad..ef87f84883ef0eb849a4f719afccf7175dd84537 100644 (file)
@@ -311,7 +311,7 @@ class Temporal
         *
         * @return string with relative date
         */
-       public static function getRelativeDate(string $posted_date, string $format = null): string
+       public static function getRelativeDate(string $posted_date = null, string $format = null): string
        {
                $localtime = $posted_date . ' UTC';