📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:23:10
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
guzzlehttp
/
promises
/
src
📍 /opt/cpanel/ea-wappspector/vendor/guzzlehttp/promises/src
🔄 Refresh
✏️
Editing: PromisorInterface.php
Read Only
<?php declare(strict_types=1); namespace GuzzleHttp\Promise; /** * Interface used with classes that return a promise. */ interface PromisorInterface { /** * Returns a promise. */ public function promise(): PromiseInterface; }
💾 Save Changes
❌ Cancel