📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 20:48:54
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
vendor
/
league
/
container
/
src
/
Argument
✏️
Editing: RawArgumentInterface.php
<?php declare(strict_types=1); namespace Automattic\Kkart\Vendor\League\Container\Argument; interface RawArgumentInterface { /** * Return the value of the raw argument. * * @return mixed */ public function getValue(); }
💾 Save Changes
❌ Cancel