Completed
Push — master ( 9a2382...006f0b )
by Lorenzo
02:13
created
src/datetime.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -610,7 +610,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.