📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 03:34:28
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Message
📍 /home/xeqi7597/map.claireduwig.com/wp-includes/php-ai-client/third-party/Psr/Http/Message
🔄 Refresh
✏️
Editing: UriFactoryInterface.php
Writable
<?php namespace WordPress\AiClientDependencies\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 = ''): UriInterface; }
💾 Save Changes
❌ Cancel