Completed
Push — add/testing-info ( be1095...03b7e9 )
by
unknown
09:20
created

Jetpack_IDC::maybe_clear_migrate_option()   B

Complexity

Conditions 8
Paths 13

Size

Total Lines 19

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 8
nc 13
nop 1
dl 0
loc 19
rs 8.4444
c 0
b 0
f 0
1
<?php // phpcs:disable Squiz.Commenting.FileComment.SpacingAfterComment
2
/**
3
 * Identity Crisis handler.
4
 *
5
 * @deprecated 9.8.0. Functionality moved to the automattic/identity-crisis package.
6
 * @package automattic/jetpack
7
 */
8
9
 // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
10
_deprecated_file( basename( __FILE__ ), 'jetpack-9.8' );
11