1
0
mirror of synced 2025-02-07 15:59:27 +03:00

11 lines
172 B
PHP
Raw Normal View History

<?php
namespace Doctrine\ORM\Proxy;
/**
* Marker interface for proxy classes.
*
* @author Roman Borschel <roman@code-factory.org>
* @since 2.0
*/
interface Proxy {}