View file phpBB3/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/GhostObjectInterface.php

File size: 224B
<?php

declare(strict_types=1);

namespace ProxyManager\Proxy;

/**
 * Ghost object marker
 *
 * @author Marco Pivetta <ocramius@gmail.com>
 * @license MIT
 */
interface GhostObjectInterface extends LazyLoadingInterface
{
}