Completed
Pull Request — trunk (#866)
by
unknown
10:41
created
includes/types/CMB2_Type_Text_Datetime_Timestamp.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@  discard block
 block discarded – undo
39 39
 		return $this->rendered( $date_input . "\n" . $time_input );
40 40
 	}
41 41
 
42
+	/**
43
+	 * @param boolean $has_good_value
44
+	 */
42 45
 	public function date_args( $args, $has_good_value ) {
43 46
 		$date_args = wp_parse_args( $args['datepicker'], array(
44 47
 			'class' => 'cmb2-text-small cmb2-datepicker',
@@ -54,6 +57,9 @@  discard block
 block discarded – undo
54 57
 		return $this->parse_picker_options( 'date', $date_args );
55 58
 	}
56 59
 
60
+	/**
61
+	 * @param boolean $has_good_value
62
+	 */
57 63
 	public function time_args( $args, $has_good_value ) {
58 64
 		$time_args = wp_parse_args( $args['timepicker'], array(
59 65
 			'class' => 'cmb2-timepicker text-time',
Please login to merge, or discard this patch.