@@ -610,7 +610,7 @@ |
||
610 | 610 | * If cal_days_in_month() is not defined return the number of days |
611 | 611 | * in a current month in CAL_GREGORIAN calendar. |
612 | 612 | * If $calendar is null or empty or not is integer, use CAL_GREGORIAN. |
613 | - * @param $calendar |
|
613 | + * @param integer $calendar |
|
614 | 614 | * @return int |
615 | 615 | */ |
616 | 616 | function cal_days_in_current_month($calendar = CAL_GREGORIAN) : int |