📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 18:39:37
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
psr
/
http-factory
/
src
✏️
Editing: UriFactoryInterface.php
<?php namespace 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