summaryrefslogtreecommitdiff
blob: 176c85239f6ab48d0ce41d57395a33cabb89bf25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * The Jetpack Connection Interface file.
 * No longer used.
 *
 * @package automattic/jetpack-connection
 */

namespace Automattic\Jetpack\Connection;

/**
 * This interface is no longer used and is now deprecated.
 *
 * @deprecated since 7.8
 */
interface Manager_Interface {
}