Completed
Push — trunk ( 04102a...493a29 )
by Justin
05:45
created
includes/CMB2_Field.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -735,7 +735,7 @@  discard block
 block discarded – undo
735 735
 	 * Return a formatted timestamp for a field
736 736
 	 * @since  2.0.0
737 737
 	 * @param  string $format     Either date_format or time_format
738
-	 * @param  string $meta_value Optional meta value to check
738
+	 * @param  integer $meta_value Optional meta value to check
739 739
 	 * @return string             Formatted date
740 740
 	 */
741 741
 	public function get_timestamp_format( $format = 'date_format', $meta_value = 0 ) {
@@ -924,7 +924,6 @@  discard block
 block discarded – undo
924 924
 	 * Store results of the param callbacks for continual access
925 925
 	 * @since  2.0.0
926 926
 	 * @param  string $param Field parameter
927
-	 * @param  bool   $echo  Whether field should be 'echoed'
928 927
 	 * @return mixed         Results of param/param callback
929 928
 	 */
930 929
 	public function get_param_callback_result( $param ) {
@@ -1008,7 +1007,7 @@  discard block
 block discarded – undo
1008 1007
 	 * Retrieve options args. Calls options_cb if it exists.
1009 1008
 	 * @since  2.0.0
1010 1009
 	 * @param  string  $key Specific option to retrieve
1011
-	 * @return array        Array of options
1010
+	 * @return string        Array of options
1012 1011
 	 */
1013 1012
 	public function options( $key = '' ) {
1014 1013
 		if ( ! empty( $this->field_options ) ) {
Please login to merge, or discard this patch.