View file phpBB3/vendor/ocramius/proxy-manager/src/ProxyManager/Proxy/NullObjectInterface.php
<?php
declare(strict_types=1);
namespace ProxyManager\Proxy;
/**
* Null object marker
*
* @author Vincent Blanchon <blanchon.vincent@gmail.com>
* @license MIT
*/
interface NullObjectInterface extends ProxyInterface
{
}