📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:00:27
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
vendor_prefixed
/
guzzlehttp
/
promises
/
src
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src
🔄 Refresh
✏️
Editing: PromisorInterface.php
Writable
<?php declare (strict_types=1); namespace YoastSEO_Vendor\GuzzleHttp\Promise; /** * Interface used with classes that return a promise. */ interface PromisorInterface { /** * Returns a promise. */ public function promise() : \YoastSEO_Vendor\GuzzleHttp\Promise\PromiseInterface; }
💾 Save Changes
❌ Cancel