📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: 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 { }
Save