Remove stray semicolon in Util\Temporal
This commit is contained in:
parent
0454d0a670
commit
59a5b13d2a
1 changed files with 0 additions and 1 deletions
|
@ -395,7 +395,6 @@ class Temporal
|
|||
public static function getDaysInMonth($y, $m)
|
||||
{
|
||||
return date('t', mktime(0, 0, 0, $m, 1, $y));
|
||||
;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue