Completed
Push — move/ixr-client-to-connection-... ( 9aedec )
by Marin
10:39 queued 03:00
created

Jetpack_IXR_ClientMulticall::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 4
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
<?php
2
/**
3
 * Deprecated since 7.7.
4
 *
5
 * @deprecated
6
 * @package jetpack
7
 */
8
9
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
10
_deprecated_file( basename( __FILE__ ), 'jetpack-7.7' );
11