From: Hypolite Petovan Date: Thu, 1 Feb 2018 09:25:56 +0000 (-0500) Subject: Remove stray semicolon in Util\Temporal X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59a5b13d2aef40dea4c57aa99ae9a40e236a2ac2;p=friendica.git Remove stray semicolon in Util\Temporal --- diff --git a/src/Util/Temporal.php b/src/Util/Temporal.php index 311a750cfb..5451bdf49f 100644 --- a/src/Util/Temporal.php +++ b/src/Util/Temporal.php @@ -395,7 +395,6 @@ class Temporal public static function getDaysInMonth($y, $m) { return date('t', mktime(0, 0, 0, $m, 1, $y)); - ; } /**