Code Duplication    Length = 3-3 lines in 2 locations

includes/CMB2_Base.php 2 locations

@@ 405-407 (lines=3) @@
402
403
			switch ( $message ) {
404
405
				case self::DEPRECATED_PARAM:
406
					$message = sprintf( __( 'The "%1$s" field parameter has been deprecated in favor of the "%1$s" parameter.', 'cmb2' ), $args[3], $args[4] );
407
					break;
408
409
				case self::DEPRECATED_CB_PARAM:
410
					$message = sprintf( __( 'Using the "%1$s" field parameter as a callback has been deprecated in favor of the "%1$s" parameter.', 'cmb2' ), $args[3], $args[4] );
@@ 409-411 (lines=3) @@
406
					$message = sprintf( __( 'The "%1$s" field parameter has been deprecated in favor of the "%1$s" parameter.', 'cmb2' ), $args[3], $args[4] );
407
					break;
408
409
				case self::DEPRECATED_CB_PARAM:
410
					$message = sprintf( __( 'Using the "%1$s" field parameter as a callback has been deprecated in favor of the "%1$s" parameter.', 'cmb2' ), $args[3], $args[4] );
411
					break;
412
413
				default:
414
					$message = null;