📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:32:13
📂
/
/
home
/
pallabnv
/
public_html
/
wp-includes__3bb9dea
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Message
✏️
Editing: UriFactoryInterface.php
<?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