| Current Path : /opt/nginxhttpd_/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/ |
| Current File : //opt/nginxhttpd_/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/ProxyInterface.php |
<?php
declare(strict_types=1);
namespace ProxyManager\Proxy;
/**
* Base proxy marker
*
* @psalm-template DecoratedClassName of object
*/
interface ProxyInterface
{
}