Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.rec-app.app_1716798588
/
htdocs
/
vendor
/
doctrine
/
orm
/
src
/
Proxy
/
/srv/data/trash/vhost_www.rec-app.app_1716798588/htdocs/vendor/doctrine/orm/src/Proxy/Proxy.php
<?php declare(strict_types=1); namespace Doctrine\ORM\Proxy; use Doctrine\Common\Proxy\Proxy as BaseProxy; /** * Interface for proxy classes. * * @deprecated 2.14. Use \Doctrine\Persistence\Proxy instead * * @template T of object * @template-extends BaseProxy<T> * @template-extends InternalProxy<T> */ interface Proxy extends BaseProxy, InternalProxy { }