Completed
Push — try/fix-e2e-flakiness ( bf66c6...cec8a7 )
by Yaroslav
181:27 queued 172:01
created

Jetpack_Wizard_Banner::enqueue_banner_scripts()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 21

Duplication

Lines 21
Ratio 100 %

Importance

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