Completed
Push — master ( 18223a...8e6dda )
by Leon
03:02
created
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.
includes/class-meta-box-post-type.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.