Current File : //var/www/vinorea/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
{
}