Remove stray semicolon in Util\Temporal

This commit is contained in:
Hypolite Petovan 2018-02-01 04:25:56 -05:00
parent 0454d0a670
commit 59a5b13d2a
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ class Temporal
public static function getDaysInMonth($y, $m)
{
return date('t', mktime(0, 0, 0, $m, 1, $y));
;
}
/**