📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 15:32:58
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
guzzlehttp
/
promises
/
src
✏️
Editing: PromisorInterface.php
<?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