Current Path : /home/alh/system/storage/vendor/react/promise/src/ |
Current File : //home/alh/system/storage/vendor/react/promise/src/PromisorInterface.php |
<?php namespace React\Promise; interface PromisorInterface { /** * @return PromiseInterface */ public function promise(); }