Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/**
3 * The Jetpack Connection Interface file.
4 * No longer used.
5 *
6 * @package automattic/jetpack-connection
7 */
8
9namespace Automattic\Jetpack\Connection;
10
11/**
12 * This interface is no longer used and is now deprecated.
13 *
14 * @deprecated since jetpack 7.8
15 */
16interface Manager_Interface {
17}