📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:08:52
📂
/ (Root)
/
home
/
apkbfjox
/
.trash
/
wordpress-seo
/
vendor_prefixed
/
psr
/
http-factory
/
src
📍 /home/apkbfjox/.trash/wordpress-seo/vendor_prefixed/psr/http-factory/src
🔄 Refresh
✏️
Editing: UriFactoryInterface.php
Writable
<?php namespace YoastSEO_Vendor\Psr\Http\Message; interface UriFactoryInterface { /** * Create a new URI. * * @param string $uri * * @return UriInterface * * @throws \InvalidArgumentException If the given URI cannot be parsed. */ public function createUri(string $uri = '') : \YoastSEO_Vendor\Psr\Http\Message\UriInterface; }
💾 Save Changes
❌ Cancel