Completed
Branch master (4f1ffa)
by Leon
02:35
created
includes/class-meta-box-post-type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -683,7 +683,7 @@
 block discarded – undo
683 683
 		 *
684 684
 		 * @param array  $field        Field definition.
685 685
 		 * @param string $field_type   A CMB2 field type.
686
-		 * @param mixed  $option_value Option value.
686
+		 * @param string  $option_value Option value.
687 687
 		 */
688 688
 		static function afo( $field, $field_type, $option_value ) {
689 689
 
Please login to merge, or discard this patch.
includes/class-meta-box.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
 		 *
208 208
 		 * @param array  $field        Field definition.
209 209
 		 * @param string $field_type   A CMB2 field type.
210
-		 * @param mixed  $option_value Option value.
210
+		 * @param string  $option_value Option value.
211 211
 		 */
212 212
 		static function afo( $field, $field_type, $option_value ) {
213 213
 
Please login to merge, or discard this patch.